Newbie - needs help

2007-04-03 Thread Anbeyon
Hi

I have not yet programmed in Python but am experienced in a number o
other languages.

I'd like to start to use Python to develop cross platform applications
but havin kust started to investigate tols, libraries etc  I feel a
little overwhelmed.

I'm hoping someone might be able to point me in the right direction.

What I'd like to achieve is the abilty to develop applications for
both Windows and Linux (Desktop and embedded).  I'd also like to be
able to develop applications that make use of TCP/IP and things like
'Widget' libraries.

In an ideal would like to be able to pull together Python apps with
GUI front ends  in a nice IDE with a debugger.

Does such a toolset exisit ?

Perhaps some people can sully me some links ?

Thanks in advance.

Anbeyon

-- 
http://mail.python.org/mailman/listinfo/python-list


Newbie - Boa Constructor, wxPython problem running Boa

2007-04-05 Thread Anbeyon
Hi all

I am a Newbie to the world of  Python, wxPython and Boa.  Please
forgive me if there is a really obvious answer to this one.

I am trying to get Python, wxPython and Boa all to install on my
Windows XP machine.

I have both Python and wxPython running.  However, when I launch Boa I
get an error message;

An 'Error On Startup'  dialog/message box is displayed that says;
'module' object has no attribute 'NotebookSizer'
(Output on the console window is at the end of this message incase
that helps.)

I click OK and everything closes.

I have the following setup;

Python2.5
---
installed using python-2.5.msi from http://www.python.org/download/releases/2.5/

wxPython for Python2.5

installed using 
http://prdownloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.3.0-py25.exe

Boa Constructor

installed using boa-constructor-0.4.4.win32.exe

Does anyone have any ideas, thoughts as to what the problem might be ?


The only thing I'm wondering is that instead of installing on my c:
drive in installed on my d: drive 


Thanks in advance

Anbeyon

>>>>>>> BELOW IS THE OUTPUT IN THE CONSOLE WINDOW WHEN I LAUNCH BOA <<<<<<<<<<

Starting Boa Constructor v0.4.4
importing wxPython
reading user preferences
running main...
importing Models.Controllers
importing Models.EditorModels
importing Views
importing Views.SourceViews
D:\Python25\Lib\site-packages\boa-constructor\Views\STCStyleEditor.py:
59: Deprec
ationWarning: The wxPython compatibility package is no longer
automatically gene
rated or actively maintained.  Please switch to the wx package as soon
as possib
le.
  import wxPython.stc # needed names from 2.4 for config files
importing Explorers.ExplorerNodes
importing Companions
importing PropertyEditors
importing Companions.FrameCompanions
importing Companions.WizardCompanions
importing Companions.ContainerCompanions
importing Companions.SizerCompanions

-- 
http://mail.python.org/mailman/listinfo/python-list