On 11/30/2010 12:58 AM, Karim wrote:
On 11/29/2010 09:15 PM, Karim wrote:
Hello every one,
I created a package with the following structure:
* ops/
o __init__.py
o tcl/
+ __init__.py
+ pythontcl.py
> *python -c "import sys; print sys.
On 11/29/2010 09:15 PM, Karim wrote:
Hello every one,
I created a package with the following structure:
* ops/
o __init__.py
o tcl/
+ __init__.py
+ pythontcl.py
> *python -c "import sys; print sys.path; import ops.tcl.pythontcl"*
['',
Hello every one,
I created a package with the following structure:
* ops/
o __init__.py
o tcl/
+ __init__.py
+ pythontcl.py
> *python -c "import sys; print sys.path; import ops.tcl.pythontcl"*
['', '/usr/local/lib/python2.6/dist-packages/py