473,769 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python 2.5 and WXPython demo's

Hello,

I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).

For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).

May 30 '07 #1
5 2422
Andrew P wrote:
Hello,

I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).

For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).
The demo is a separate download nowadays. Do you mean you just can't
find it, or are you running it and does it give you some error message
that you feel we shouldn't be told about?

A little more information, please ...

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
------------------ Asciimercial ---------------------
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogs pot.com squidoo.com/pythonology
tagged items: del.icio.us/steve.holden/python
All these services currently offer free registration!
-------------- Thank You for Reading ----------------

May 30 '07 #2
Andrew P wrote:
Hello,

I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).

For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).

There *should* be a link in your startmenu in the wxPython group. I'm
quite positive, but not 100% sure. I think it has the snake-icon. But if
it's really not there (as you suggested), simply go the the folder you
installed the demo to and run demo.py.

Maybe there's a blunder in the installer for the 2.8 demo? Anyone?

bye
/W
May 30 '07 #3
Wildemar Wildenburger wrote:
Andrew P wrote:
>Hello,

I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).

For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).

There *should* be a link in your startmenu in the wxPython group. I'm
quite positive, but not 100% sure. I think it has the snake-icon. But
if it's really not there (as you suggested), simply go the the folder
you installed the demo to and run demo.py.

Maybe there's a blunder in the installer for the 2.8 demo? Anyone?
Can't answer that, but on one from two (almost identical) PC's,
I had trouble too, the other went fluently.
On both PC's,
there was an older wxPython (2.6 I believe),
(which from what I've read should be no problem at all),
which wasn't overruled, by some specific file (wx.pth) to point to the
newest.
The effect is that the demo tries to run, can't find aiw?? or something
like that and crashes
(on fast PC's you actually just see a dos box flashing).
Editing the wx.pth file solved the problem.

cheers,
Stef Mientki
May 30 '07 #4
On May 30, 7:29 am, stef <s.mien...@id.u mcn.nlwrote:
Wildemar Wildenburger wrote:
Andrew P wrote:
Hello,
I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).
For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).
There *should* be a link in your startmenu in the wxPython group. I'm
quite positive, but not 100% sure. I think it has the snake-icon. But
if it's really not there (as you suggested), simply go the the folder
you installed the demo to and run demo.py.
Maybe there's a blunder in the installer for the 2.8 demo? Anyone?

Can't answer that, but on one from two (almost identical) PC's,
I had trouble too, the other went fluently.
On both PC's,
there was an older wxPython (2.6 I believe),
(which from what I've read should be no problem at all),
which wasn't overruled, by some specific file (wx.pth) to point to the
newest.
The effect is that the demo tries to run, can't find aiw?? or something
like that and crashes
(on fast PC's you actually just see a dos box flashing).
Editing the wx.pth file solved the problem.

cheers,
Stef Mientki
I haven't had any problems in with the demo...but then again, I
uninstalled the previous version before putting on the new demo. I did
have some minor problems choosing which version I wanted to run with
my scripts, but that has nothing to do with the demo.

Mike

May 30 '07 #5
On May 30, 12:24 pm, Steve Holden <s...@holdenweb .comwrote:
Andrew P wrote:
Hello,
I am new (very) to Python and have just down loaded the latest version
of Python (2.5) and WXPython (2.8).
For some reason I cannot get the WXPython demo to run at all. I run
windows XP and it can't find a program to run the demo. Any advice?
(apologies if this has been posted before).

The demo is a separate download nowadays. Do you mean you just can't
find it, or are you running it and does it give you some error message
that you feel we shouldn't be told about?

A little more information, please ...

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
------------------ Asciimercial ---------------------
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogs pot.com squidoo.com/pythonology
tagged items: del.icio.us/steve.holden/python
All these services currently offer free registration!
-------------- Thank You for Reading ----------------
Thanks for your reply, this is what I get when I click on the WXPthon
Icon:

Python Traceback Shell Stating:

<Error getting traceback - cant import traceback>Impor tError: No
module named pywin.framework .startup

The Icon is the older python snake icon not the new coloured icon.

Thanks Andrew.

May 30 '07 #6

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

Similar topics

11
23541
by: Leo | last post by:
hi there for somebody who wants tostart small/medium GUI apps with python: what's the best toolkit: tkinter, wxPython or what? stability, ease of use and portability between mac and windows are the main criteria. thanks, leo
4
3849
by: Logan | last post by:
Several people asked me for the following HOWTO, so I decided to post it here (though it is still very 'alpha' and might contain many (?) mistakes; didn't test what I wrote, but wrote it - more or less - during my own installation of Python 2.3 on Fedora Core 1 Linux for a friend of mine). Anyway, HTH, L.
3
2822
by: Equis Uno | last post by:
Hi, I'm trying to run some Python software I downloaded off of sf.net. It's called Boa. It uses wxPython. It appears my install of Python cannot see my install of wxPython.
20
2022
by: Doug Holton | last post by:
Is there any metaclass trick or something similar to allow anonymous code blocks? I'd like to be able to let users do something like this fictitious example: b = Button() b.OnClick =: print "you clicked me" But that would require adding a special "=:" operator to bind a code block to a function.
3
2280
by: Kenneth McDonald | last post by:
If this is not an appropriate newsgroup for this type of posting, please let me know and (if possible) suggest an alternative. I've done a fair bit of research on the net, but information is scattered all over the place and I haven't been able to find mailing lists relating specifically to python and UIs. I'd like to start using Python for some GUI programming again. I'd like to use Tk, but it seems to be dying a slow death, so it's...
22
5054
by: Glurt Wuntal | last post by:
I am a newbie with Python. It's a great language, but I would like to be able to present a simple gui menu for some of my scripts; something better than using 'raw_input' prompts. Any recommendations for a program that will allow me to create the gui screens? Something useable in Linux. thanks.
10
2074
by: KDawg44 | last post by:
Hi, I am new to Python and am trying to write a little front end to another application in Python. What I want is to have a gui pop up listing some items with several buttons. The guts of the program I am not having any trouble with but the GUI part I am (or more accurately, the transition between GUI pieces).
12
2752
by: Steve Howell | last post by:
I've always thought that the best way to introduce new programmers to Python is to show them small code examples. When you go to the tutorial, though, you have to wade through quite a bit of English before seeing any Python examples. Below is my attempt at generating ten fairly simple, representative Python programs that expose new users
3
2735
by: lee.walczak | last post by:
Hi, I have just started writing a GUI using wxpython after finding a limitation using Tkinter. I have read most tutorials on wxpython and slowly becoming accustomed considering I started with the latter GUI tool first! I must quote first that I am a novice user of python so the issue(s) I have may seem very obvious but please be patient with me! I have noticed that all the wxpython references I used for creating my
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9857
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
8867
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...
1
7404
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6662
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
5294
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...
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3558
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2812
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.