Firstly there is no module called win32; only things like win32api or
win32gui, etc. (May have changed in py3k version?)

Otherwise check your python path in pydev:
Go Window -> Preferences -> Pydev -> Interpreter - Python

On my system there is an entry for
c:\python25\lib\site-packages\win32; if  a win32 entry does not exist
click new folder and select the folder where win32 was installed.

For pydev/aptana specific questions like these you might get
faster/better response from their respective mailing lists. Also if
you are just starting to learn python i would suggest sticking to
2.5/2.6 as it's the most widely installed version with the most module
support.

~Gerdus

On Sun, Apr 5, 2009 at 1:49 PM, Fleu Risseur <fleuriss...@gmail.com> wrote:
> Heloooooooooo
> despite all my efforts
> and 3 weeks searching/installing/cleaning etc
> I can not import  win32 in APTANA +pydev
> my  source :
> print ("fff")
> import os
> import win32
> the last line produces permanently
> ImportError: No module named win32
>
> As I travel a lot, please send me a mail to fleuriss...@gmail.com
> thank you
> --
> -----------------
> I love love
> I love life
> Live is hard, but life is beautifull
> -----------------
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to