eric not working on ubuntu 9.04

2009-05-02 Thread bvidinli
any idea ? here is output: bvidi...@bvidinli-yenihdd:~$ eric Warning: translation file 'qt_tr_TR'could not be loaded. Using default. Warning: translation file 'qscintilla_tr_TR'could not be loaded. Using default. Exception RuntimeError: 'maximum recursion depth exceed

php to python code converter

2009-05-08 Thread bvidinli
if anybody needs: http://code.google.com/p/phppython/ -- http://mail.python.org/mailman/listinfo/python-list

Re: php to python code converter

2009-05-13 Thread bvidinli
i designed php to python converter a few monthos ago, to translate some of my ready made code snippets to python. i was experienced with php and was learning python. as stated on project home, it is only intended for translating small code snippets or small functions to python. whole applicatio

General: tutorial to all new python users

2009-05-22 Thread bvidinli
This is a good starting point i think: http://pleac.sourceforge.net/pleac_python/index.html (Also a non-related subject: for who want to do hosting freely on linux: www.ehcp.net (hosting control panel), also contains an experimental python backend) -- http://mail.python.org/mailman/listinfo/pyt

urgent question, about filesystem-files

2008-04-10 Thread bvidinli
i started python programming a few months ago. now i need the code to understand if a file already opened in filesystem by another process ? i looked at docs, howtos, but did not find related info. note that normal file open/write operations in python, i know it. i specificly need to know that "

Fwd: urgent question, about filesystem-files

2008-04-10 Thread bvidinli
, Gary Herron <[EMAIL PROTECTED]>: > bvidinli wrote: > > > i started python programming a few months ago. > > > > now i need the code to understand if a file already opened in > > filesystem by another process ? > > > > i looked at docs, howto

Re: urgent question, about filesystem-files

2008-04-10 Thread bvidinli
The need/reason for this, i write a program that should perform some operation on files, only if the file is not being used this is for ensuring that file is not in use, ... by any process in system 10.04.2008 tarihinde bvidinli <[EMAIL PROTECTED]> yazmış: > Sory fo

Re: urgent question, about filesystem-files

2008-04-10 Thread bvidinli
slow for me. is there a native python way, ? thanks. 2008/4/10, Diez B. Roggisch <[EMAIL PROTECTED]>: > bvidinli wrote: > > > this is for ensuring that file is not in use, ... > > by any process in system > > > How do you prevent the other processes t

Python GUI programming and boa or better ?

2008-04-14 Thread bvidinli
here. Any other suggestion about python GUI programming is welcome. thanks. -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607

Python GUI programming and boa or better ?

2008-04-14 Thread bvidinli
write in here. Any other suggestion about python GUI programming is welcome. thanks. -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli

A Question

2008-04-14 Thread bvidinli
Fertler? -- http://mail.python.org/mailman/listinfo/python-list

where is pythoncard program ?

2008-04-15 Thread bvidinli
i installed pythoncard, but i could not find how to start it ? where can i find its executable/binary ? or menu item ? or command line that i should enter ? thanks. -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli

Re: How is GUI programming in Python?

2008-04-16 Thread bvidinli
> So maybe yes, in python you might not have the fancy world of visual > programming, but neither are deprived of tools > that make your work easier. > > Ciao > - > FB > > > -- > http://mail.python.org/mailman/listinfo/python-list > -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607 +90.505.5667711 -- http://mail.python.org/mailman/listinfo/python-list

is file open in system ? - other than lsof

2008-04-16 Thread bvidinli
. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607 +90.505.5667711 -- http://mail.python.org/mailman/listinfo/python-list

Fwd: is file open in system ? - other than lsof

2008-04-17 Thread bvidinli
Subject: Re: is file open in system ? - other than lsof To: python-list@python.org On 16-Apr-08, at 9:20 AM, A.T.Hofkamp wrote: > On 2008-04-16, bvidinli <[EMAIL PROTECTED]> wrote: >> is there a way to find out if file open in system ? - >> please write if you know a

Boa: howto make child windows really child

2008-04-17 Thread bvidinli
, it did not help as i want it to be... any help is welcome... -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607 +90.505.5667711

Fwd: is file open in system ? - other than lsof

2008-04-18 Thread bvidinli
python-list@python.org Thomas Guettler <[EMAIL PROTECTED]> wrote: > bvidinli schrieb: > > is there a way to find out if file open in system ? - > > please write if you know a way other than lsof. because lsof if slow for me. > > i need a faster way. > > i deal

Re: Python development tools

2008-04-23 Thread bvidinli
isim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607 +90.505.5667711 -- http://mail.python.org/mailman/listinfo/python-list

annoying dictionary problem, non-existing keys

2008-04-24 Thread bvidinli
key, as in php above, even if key may not exist, i should not check if key exist, i should only use it, if it does not exist, it may return only empty, just as in php i hope you understand my question... -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih

Re: [Python-Dev] annoying dictionary problem, non-existing keys

2008-04-24 Thread bvidinli
iling list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/bvidinli%40gmail.com > -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype

Apologize: annoying dictionary problem, non-existing keys

2008-04-26 Thread bvidinli
tarihinde Collin Winter <[EMAIL PROTECTED]> yazdı: > 2008/4/24 bvidinli <[EMAIL PROTECTED]>: > > I posted to so many lists because, > > > > this issue is related to all lists, > > this is an idea for python, > > this is related to development of pytho

python and web programming, easy way...?

2008-04-26 Thread bvidinli
use python programming is much better than php. Thank you a lot. -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme icin, www.skype.com) msn: [EMAIL PROTECTED] yahoo: bvidinli +90.532.7990607 +90.505.56677

Re:apache module: python and web programming, easy way...?

2008-04-28 Thread bvidinli
ossible to bolt on support with Python's > Cookie module. > > David. > > > -- > http://mail.python.org/mailman/listinfo/python-list > -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina gore): skype: bvidinli (sesli gorusme ic

Re: where do I begin with web programming in python?

2008-05-02 Thread bvidinli
; stuff, I > just want to do it myself as opposed to the frameworks, for learning. > > Thank you for any help. > -- > http://mail.python.org/mailman/listinfo/python-list > -- İ.Bahattin Vidinli Elk-Elektronik Müh. --- iletisim bilgileri (Tercih sirasina go