[wxPython] wxPython package problem

I'm having a problem getting anything in the wxPython module to work, and I
can't seem to find an answer anywhere...

I'm running Win98, and I installed wxPython to
c:\NetDrive\Apache\python\Lib\wxPython (my Python root is
c:\NetDrive\Apache\python\). I then wrote a simple test script, wxtest.py,
which contains nothing but the code "from wxPython import *". I also tried
running the sample code off the wxPython site.

Both times, I get the following error message:

···

----
Fatal Python error: PYThreadState_Get: no current thread

abnormal program termination
----

The problem only occurs when I include an import statement for the wxPython
module, so my assumption is that it's a problem there....do I need to
install it differently, or is it just a problem in the code?

Any help is appreciated!

-Gregg "JuddHunter" Carlstrom
-Founder, Drunken Coon Productions
-http://www.drunkencoon.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Symptoms sound like mismatching Python vs. wxPython version.
You should tell what you are running to confirm this.

Hope this helps,

Harri

···

----- Original Message -----
From: "Gregg 'JuddHunter' Carlstrom" <juddhunter@drunkencoon.com>
To: <wxpython-users@lists.sourceforge.net>
Sent: Monday, October 23, 2000 10:34 PM
Subject: [wxPython] wxPython package problem

I'm having a problem getting anything in the wxPython module to work, and

I

can't seem to find an answer anywhere...

I'm running Win98, and I installed wxPython to
c:\NetDrive\Apache\python\Lib\wxPython (my Python root is
c:\NetDrive\Apache\python\). I then wrote a simple test script, wxtest.py,
which contains nothing but the code "from wxPython import *". I also tried
running the sample code off the wxPython site.

Both times, I get the following error message:

----
Fatal Python error: PYThreadState_Get: no current thread

abnormal program termination
----

The problem only occurs when I include an import statement for the

wxPython

module, so my assumption is that it's a problem there....do I need to
install it differently, or is it just a problem in the code?

Any help is appreciated!

-Gregg "JuddHunter" Carlstrom
-Founder, Drunken Coon Productions
-http://www.drunkencoon.com

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Get rid of the Lib directory, move wxPython up one level to:
c:\NetDrive\Apache\python\wxPython

···

At 04:34 PM 10/23/00 -0400, you wrote:

I'm running Win98, and I installed wxPython to
c:\NetDrive\Apache\python\Lib\wxPython (my Python root is
c:\NetDrive\Apache\python\). I then wrote a simple test script, wxtest.py,

_______________________________________________
Why pay for something you could get for free?
NetZero provides FREE Internet Access and Email
http://www.netzero.net/download/index.html
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

I'm having a problem getting anything in the wxPython module to work, and

I

can't seem to find an answer anywhere...

I'm running Win98, and I installed wxPython to
c:\NetDrive\Apache\python\Lib\wxPython (my Python root is
c:\NetDrive\Apache\python\). I then wrote a simple test script, wxtest.py,
which contains nothing but the code "from wxPython import *". I also tried
running the sample code off the wxPython site.

Both times, I get the following error message:

----
Fatal Python error: PYThreadState_Get: no current thread

abnormal program termination
----

You've got a version mismatch. My guess is that you are running Python
1.5.2 and are trying to load a wxPython that has been linked with Python 1.6
or Python 2.0.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users