From: php-coder <php-coder@altlinux.ru> To: community@altlinux.ru Subject: Re: [Comm] gnuplot and python Date: Wed, 18 May 2005 16:48:55 +0700 Message-ID: <20050518094855.GA2295@mycomp.mydomain> (raw) In-Reply-To: <428AED37.6000003@ricom.ru> --- Alexey Morsov 2005-05-18 11:22:31 +0400 +++ php-coder 2005-05-18 16:35:25 +0700 Ну раз уж ответов нет, то тогда я просто попробую что-нибудь предложить, высказать свои мысли, авось и поможет ;-) > Эта фигня продолжается... уггление пока не дает результатов... :)))) нужно гуглить, а не углить ;) (ugly -- безобразный) > Единственное что пишут - что это происходит вроде когда STDOUT апач > кеширует и получается что content-type запаздывает... хм... а попробовать принудительно отправить заголовок клиенту? Я бы попробовал именно так (аналог flush() в php) На Питоне, это выглядит так: import sys sys.stdout.write("Content-type: image/png\n\n") sys.stdout.flush() Внимание! Очень важно, чтобы перед выводом заголовка ничего более не выводилось! Т.е. никаких print'ов! Это должно быть первое, что получит браузер от сервера! Хотя, вы, наверное, это итак знаете ;) > Спецы по питону как cgi - подскажите хоть куда рыть то? хм.. это было мнение кодера, который осилил лишь около 150 страниц книжки по Python ;)) -- + php-coder + php-coder[at]altlinux[dot]ru
next prev parent reply other threads:[~2005-05-18 9:48 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-05-17 11:24 Alexey Morsov 2005-05-17 11:26 ` Michael Isachenkov 2005-05-17 11:33 ` Alexey Morsov 2005-05-18 7:22 ` Alexey Morsov 2005-05-18 9:48 ` php-coder [this message] 2005-05-18 10:07 ` Alexey Morsov 2005-05-18 10:49 ` php-coder 2005-05-18 11:33 ` Alexey Morsov 2005-05-19 8:23 ` Kolotov Alexandr 2005-05-19 15:20 ` Alexey Morsov 2005-05-19 8:28 ` Kolotov Alexandr
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20050518094855.GA2295@mycomp.mydomain \ --to=php-coder@altlinux.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git