Sorry if this question is too basic and maybe related of my lack of
knowledge in python.

I am at a windows xp machine. I have Python 2.3 and pyton 2.7 installed I
also have the pygtk 2.24 for wind32 py2.7. I installed the upto date
windows gwyddion 2.29-1.

I then go to the python console and
>>>import gwy

(for both 2.3 and 2.7) and it cannot find it. Then I do

>>> import sys
>>> sys.path
['', 'C:\\Python27\\Lib\\idlelib', 'C:\\WINDOWS\\system32\\python27.zip',
'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win',
'C:\\Python27\\lib\\lib-tk', 'C:\\Python27',
'C:\\Python27\\lib\\site-packages']

So this is where I start to get desperate and I sys.path.append ('path to
gwyddion') and/or I copy pygwy.dll over to one of the folders in the
sys.path.

None of the above worked. What am I doing wrong?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gwyddion-users mailing list
Gwyddion-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gwyddion-users

Reply via email to