Re: Help with pythonpath

2005-06-06 Thread mg
Tim Roberts wrote: >Observer <[EMAIL PROTECTED]> wrote: > > >>Hi, im a newbie both to python and this list. >>I hope someone can help me whith this: >> >>I have a directory structure like this: >>. >>|-- src >>| `-- pkg >>| |-- __init__.py >>| |-- main.py >>| `-- spkg1 >>|

Re: Help with pythonpath

2005-06-04 Thread Tim Roberts
Observer <[EMAIL PROTECTED]> wrote: > >Hi, im a newbie both to python and this list. >I hope someone can help me whith this: > >I have a directory structure like this: >. >|-- src >| `-- pkg >| |-- __init__.py >| |-- main.py >| `-- spkg1 >| |-- __init__.py >|

Help with pythonpath

2005-06-01 Thread Observer
Hi, im a newbie both to python and this list. I hope someone can help me whith this: I have a directory structure like this: . |-- src | `-- pkg | |-- __init__.py | |-- main.py | `-- spkg1 | |-- __init__.py | `-- config.py `-- src2 `-- pkg |--

Re: newbie, help with pythonpath

2005-03-04 Thread Eduardo Suarez
What do i need to add to the path? I have already tried the same with the PYTHONPATH variable. Thanks in advance, -Eduardo [otto:eduardo/ 501]$ python Python 2.3.5 (#2, Feb 9 2005, 00:38:15) [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2 Type "help", "copyright", "credits" or "license" for more inform

Re: newbie, help with pythonpath

2005-03-03 Thread Peter Hansen
Eduardo Suarez wrote: In order not to make a mess my system, i have installed a packaged called pygtkglext in /usr/local/pygtkglext instead of /usr/local (using the --prefix in ./configure). Hence, i have the directories /usr/local/pygtkglext-1.0.1/lib/python2.3/site-packages/gtk-2.0/gtk/gtkgl /

Re: newbie, help with pythonpath

2005-03-03 Thread Chmouel Boudjnah
Eduardo Suarez wrote: I'm trying to set the python path variable so i can use them, but i haven't got it. Any hint? sys.path.append('/usr/blah/blah/blah/directory') -- http://mail.python.org/mailman/listinfo/python-list

newbie, help with pythonpath

2005-03-03 Thread Eduardo Suarez
Hi all, In order not to make a mess my system, i have installed a packaged called pygtkglext in /usr/local/pygtkglext instead of /usr/local (using the --prefix in ./configure). Hence, i have the directories /usr/local/pygtkglext-1.0.1/lib/python2.3/site-packages/gtk-2.0/gtk/gtkgl /usr/local/pygt