Get Error after Installation

"Karakus, Ecevit" <Ecevit.Karakus@aprimus.de> writes:

Hello pobrien,
I found your E-Mail in the WxPYthonDocu,
I dont know how to Report a Bug, the Link at the HomePage doesnt allow to
ass messages only to view someOnes.

Can you give me a hint.
I have installed Python 2.2.1 from ActiveState.

E:\Prog\Python\ActPy\Lib\site-packages\WxPython\demo>python demo.py
Traceback (most recent call last):
  File "demo.py", line 3, in ?
    import Main
  File "E:\Prog\Python\ActPy\Lib\site-packages\wxPython\demo\Main.py", l
in ?
    import wx # This module uses the new wx namespace
  File "E:\Prog\Python\ActPy\Lib\site-packages\wx\__init__.py", line 45,
    from wxPython import wx
ImportError: No module named wxPython

E:\Prog\Python\ActPy\Lib\site-packages\WxPython\demo>

I'm forwarding your question to the wxPython-users mailing list. I
suggest you join and get help there:

http://www.wxpython.org/maillist.php

···

--
Patrick K. O'Brien
Orbtech http://www.orbtech.com/web/pobrien
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------

Patrick K. O'Brien wrote:

"Karakus, Ecevit" <Ecevit.Karakus@aprimus.de> writes:

Hello pobrien, I found your E-Mail in the WxPYthonDocu,
I dont know how to Report a Bug, the Link at the HomePage doesnt allow to
ass messages only to view someOnes.

Can you give me a hint.
I have installed Python 2.2.1 from ActiveState.

E:\Prog\Python\ActPy\Lib\site-packages\WxPython\demo>python demo.py
Traceback (most recent call last):
File "demo.py", line 3, in ?
   import Main
File "E:\Prog\Python\ActPy\Lib\site-packages\wxPython\demo\Main.py", l
in ?
   import wx # This module uses the new wx namespace
File "E:\Prog\Python\ActPy\Lib\site-packages\wx\__init__.py", line 45,
   from wxPython import wx
ImportError: No module named wxPython

E:\Prog\Python\ActPy\Lib\site-packages\WxPython\demo>

Looks like you may have a Case error in your install dir. "WxPython" should be "wxPython".

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!