udp package header

2009-03-23 Thread mete
Hi all,
I got a problem. İ want to send udp package and get this package (server and 
clinet ). it's easy to python but i want to look the udp header how can i 
do ?
--
http://mail.python.org/mailman/listinfo/python-list


Re: mod_python and files directory

2008-12-14 Thread mete
On Monday 08 December 2008 10:31:28 Gabriel Genellina wrote:
> os.path.dirname(os.path.abspath(__file__))

thanks a lot it's working.
--
http://mail.python.org/mailman/listinfo/python-list


Re: mod_python and files directory

2008-12-06 Thread mete
but i want to take it somewhere else...i want to it work some other path in 
other system.

On Saturday 06 December 2008 12:34:07 Graham Dumpleton wrote:
> On Dec 6, 1:52 am, "mete bilgin" <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I try to make a websevice with python and mod_python. İ try to make a po
> > files, but i can not reach them in the page. When i ask the page like "
> > os.listdir('.') " but i want to get files directory, what can i do? sorry
> > for my bad describe of that. Thanks a lot...
>
> The current working directory in Apache can be anything. You must
> supply an absolute path to all directories/files you are trying to
> access/use.
>
> Graham
> --
> http://mail.python.org/mailman/listinfo/python-list


--
http://mail.python.org/mailman/listinfo/python-list


mod_python and files directory

2008-12-05 Thread mete bilgin
Hi all,
I try to make a websevice with python and mod_python. İ try to make a po
files, but i can not reach them in the page. When i ask the page like "
os.listdir('.') " but i want to get files directory, what can i do? sorry
for my bad describe of that. Thanks a lot...
--
http://mail.python.org/mailman/listinfo/python-list