473,657 Members | 2,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Boa crashes on Windoze 98

I am trying to run the latest Boa on Windows 98 2nd edition,
using python 2.2. The program starts up and immediately windows
gives it's stupid error box.

"This program has performed an illegal operation
and will be shut down... blah blah blah..."

It is a pity that I am using a stupid Windows 98 machine
but my woes are for real apart from that. I can run a lot of python
code including IDLE, PythonWin, PyPE and the wxPython examples,
but Boa just refuses to work. For the time being I am stuck to it
since my Linux box refuses to boot up. :0(

The Boa version is 0.2.3, Python is 2.3 and wxPython is 2.4.1.2.
I also tried it for Python 2.2.3 with the rest of the configuration
remaining the same, again to no avail...

Here is the traceback. Not of any real use I guess, since the stupid
traceback does not even list the module which caused the fault.

PYTHON caused an invalid page fault in
module <unknown> at 0000:00000001.
Registers:
EAX=00000001 CS=017f EIP=00000001 EFLGS=00010202
EBX=00000000 SS=0187 ESP=0062ee7c EBP=025498f0
ECX=00000018 DS=0187 ESI=02340070 FS=5b27
EDX=7fd18c45 ES=0187 EDI=00750ce0 GS=0000
Bytes at CS:EIP:
00 00 00 00 00 00 00 16 00 6d 05 65 04 70 00 65
-Anand
Jul 18 '05 #1
2 1439
On Mon, 13 Oct 2003 09:53:21 +0000, Anand Pillai wrote:
I am trying to run the latest Boa on Windows 98 2nd edition, using
python 2.2. The program starts up and immediately windows gives it's
stupid error box.

...

-Anand

I tried with success Boa Version 0.2.0 on Windows 98 (win32 exe package
available at
http://prdownloads.sourceforge.net/b...2.exe?download)

Christophe
Jul 18 '05 #2
py*******@Hotpo p.com (Anand Pillai) schreef:
I am trying to run the latest Boa on Windows 98 2nd edition,
using python 2.2. The program starts up and immediately windows
gives it's stupid error box.


Try the wxPython version that does _not_ support Unicode.
Also don't forget to use the resource handle monitor (RSRCMTR.EXE).

--
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1329
by: dbdweeb | last post by:
I've been using RRDtool/Python/Apache with great success on Linux but now I need to implement on Windoze2K and I don't have a Windoze C compiler. Is there a RRDtool binary and Python module for it which I can just plug in? TIA
0
5658
by: Fuzzyman | last post by:
I use Python at work on a windoze computer that logs onto our network. Unfortunately our network screws up from time to time and messes with my profile. I use IDLE as my IDE (tried various... IDLE does more of what I want than any others). It's just started creating a directory called '.idlerc' in the directory of any file I try to edit... Is this because some environment variable has got screwed up ? Any suggestions... it's very...
7
364
by: Steve D. | last post by:
I recently installed VS.NET 2003 After opening a project and leaving it open, after a certain period of time it crashes. It only does this when a project is open. The project that I've tried this with is *very* small and simple. One of the boxes that are displayed as part of the crashes references "devenv.exe" (the Visual Studio IDE executable). I've tried uninstall/reinstall. I have the latest .NET Framework SDK.
5
2305
by: Rob Ristroph | last post by:
Hi, It's pretty unhelpful to post "I have a huge piece of code that crashes in strange places, what's the problem?" but that's basically my problem and I really am at my wit's end. The piece of code in question always crashes in an STL operation such as a vector.push_back, but the location of the crash changes as I change how various parts are handled in memory, i.e., make some things dynamically allocated instead of new'd. I know...
9
3839
by: greeningster | last post by:
I have written an application in Visual C++ for a customer but it seems to crash randomly. Could anyone give me any help on how I could track this down ? Also, there appears there might be memory leaks too. How can i track these down ?
1
1321
by: Fuzzyman | last post by:
Hello all, I may well post this a a bug on Monday (after testing with Python 2.3) - but I thought I'd post here to see if anyone has any ideas. The basic problem is that under Python 2.4 (and windoze XP SP2) CGIHTTPServer isn't passing the CGI environment variables to scripts it runs. I've checked that the environment variables all exist in os.environ
7
3248
by: Alex | last post by:
Hi all, I am trying to install a java stored procedure via the windows development centre. The linux box is running 8.1 FP4 as is the windoze platform. If I am on the linux box i can install the sample jdbc stored procedures o.k. For the purpose of this test I created a sample procedure that executes "select * from department" when conected to the sample database on the linux box.
1
1584
by: rogsonl | last post by:
The latest versoin of Microsoft Visual Studio 2005 (Version 8.0.50727.42 RTM.050727-4200 Microsoft .NET Framework Version 2.0.50727) crashes very often in debug. 1. If you modify a case statement and you stop the run after the change but before running, the system crashes. 2. Add a new class and stop the run and the system crashes. During debug, in the new system, you can add and delete code. You might expect this to work, I'll add...
1
2353
by: Andrew Marlow | last post by:
guys, I have been using libxml2 with python with no problems for just over a week but now I come to see if my script will work in someone else's environment and the libxml2 import fails. I am using the python that comes with cygwin. When I try using ActivePython (2.3) or Python IDLE (2.5) there does not seem to be a libxml2 module there. I thought libxml2 was a std python module.
4
1818
by: MLH | last post by:
I tried this in a module... call lineinputthing("\\MLH\Shared Docs\Leads.txt","26MAY08Garages") The machine name is MLH. The share name is "Shared Docs". The file name is Leads.txt. But VBA does not understand \\MLH\Shared Docs\Leads.txt. The actual location of the share is C:\Documents and Settings\All Users\Shared Docs\
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7324
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.