Problem with some code

Hi, Mark

I've tried wxglade also, but I cannot resolve my problem ...

If You want You can see my application's printscreen at:

http://www.francescodoni.com/gsf/gsf1.png

http://www.francescodoni.com/gsf/gsf2.png

and my python source code at

http://www.francescodoni.com/gsf/Main.py

bye,
Francesco

···

-----Original Message-----
From: Roach, Mark R. [mailto:mrroach@cimplify.net]
Sent: giovedì 12 giugno 2003 15.54
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Problem with some code

On Thu, 2003-06-12 at 09:51, Doni Francesco wrote:

I'm a wxpython newbiews, and I try to replicate an existant visual
basic 6 interface with wxPython

I've some problem to get the some interfaces and after a while (two
months) I'm very tired to continue this

Could someone help me with to write this simple interface ???

Hi, Doni. Have you tried wxGlade? What specific problems are you having?

-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

I can't access that server....

Also, posting links to a screenshot and code is good, but you really need to give us a description of what you are trying to do and what isn't working. Also, we are all volunteers here, so a really broad question like:

How can I make my whole GUI in wxPython?

is not likely to be successful. You need to keep the questions small and manageable, and make it clear that you've tried to solve the problem yourself. It sounds like you have worked hard, but we still have no idea what your specific difficultly is.

-chris

Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

···

On Thursday, June 12, 2003, at 07:31 AM, Doni Francesco wrote:

If You want You can see my application's printscreen at:

http://www.francescodoni.com/gsf/gsf1.png

(me too!)

-Mark

···

On Thu, 2003-06-12 at 12:38, Chris Barker wrote:

On Thursday, June 12, 2003, at 07:31 AM, Doni Francesco wrote:
> If You want You can see my application's printscreen at:
>
> http://www.francescodoni.com/gsf/gsf1.png

I can't access that server....

Doni Francesco wrote:

Hi, Mark

I've tried wxglade also, but I cannot resolve my problem ...

<snip>

You haven't really specified a problem. wxGlade is really nice and IMO saves a lot of time compared to manual coding. If wxGlade is not your thing, perhaps Boa is (boa-constructor.sourceforge.net). I can't imagine working for two months (like you mentioned in the original post) on an app and not making any progress.

Andrei

Doni Francesco wrote:

Hi, Mark

I've tried wxglade also, but I cannot resolve my problem ...

If You want You can see my application's printscreen at:

http://www.francescodoni.com/gsf/gsf1.png

http://www.francescodoni.com/gsf/gsf2.png

and my python source code at

http://www.francescodoni.com/gsf/Main.py

bye,
Francesco

From: Roach, Mark R. [mailto:mrroach@cimplify.net]
Sent: giovedì 12 giugno 2003 15.54
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Problem with some code

I'm a wxpython newbiews, and I try to replicate an existant visual
basic 6 interface with wxPython

I've some problem to get the some interfaces and after a while (two
months) I'm very tired to continue this

Could someone help me with to write this simple interface ???
   
Hi, Doni. Have you tried wxGlade? What specific problems are you having?

-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Hi Doni,

I managed to connect to your site and look at the screen shots and your program.

Trying to run your program on my machine has a problem with the line

from wxScrolledWindow import MyCanvas

Now, wxScrolledWindow is in the demo directory. I am not sure of what the correct syntax would be to import it directly (guess would have to change my search path), so I just copied it into my test directory (e.g. the same directory were your code resides in) at that point the program runs.

I am sure you have another problem, so please explain what it is in more detail.

See you
Werner

···

-----Original Message-----
On Thu, 2003-06-12 at 09:51, Doni Francesco wrote: