Python module import failed error

Dave Angel davea at davea.name
Tue Feb 19 12:20:52 EST 2013


On 02/19/2013 11:57 AM, matt.doolittle33 at gmail.com wrote:
>
>> What is PYTHONPATH actually set to?  You can find out by running python
>>
>> interactively, then
>
> i dont know.  how do i run pythoin interactively?
>

By typing the simple command  'python'
    davea at think2:~$ python
Python 2.7.3 (default, Aug  1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>>


But since you're running some non-python program which is in turn 
launching python, perhaps you'd better give more details.  And not 
scattered over a half dozen tiny emails, but all at once.

Do you, in a single terminal, do the export, then run the 
gnuradiocompanion.py ?  And does the error message/stacktrace appear in 
the same terminal window?

Please show us just what you're running, from start to finish.  Thanks.

-- 
DaveA



More information about the Python-list mailing list