Re: [Tutor] Fwd: Re: trouble placing code into wxpython

2012-02-02 Thread Steven D'Aprano
shane wrote: i was trying to put the math.py into a frame Ive watched many tutorials. But cant seem to find out how to or where to place the code the files I want combined are attached. Do you mean you want to show the code in the GUI? You need to know the location of the file, then read the

Re: [Tutor] Fwd: Re: trouble placing code into wxpython

2012-02-02 Thread Alan Gauld
On 02/02/12 06:56, shane wrote: i was trying to put the math.py into a frame Ive watched many tutorials. That sounds like you've been using video tutorials? Those are a good start but you are probably better using a written one and working through them doing the examples. You can try my GUI