Hi,
I am trying to do a very simple thing with SUDS but I think I am
missing the obvious (first time I use suds)
I have small program that tries to open a wsdl. When I execute the
program I am getting 'suds.transport.TransportError: HTTP Error 401:
Unauthorized' Seems obvious but I specify userna
Hi,
I am looking for Python modules that allow you to manipulate 3D
objects, more specifically Alias Wavefront .OBJ objects.
Also, a module that would allow you to vizualize these models and
rotate them etc..
The goal is not to build a new renderer or something; just a small
program that I need t
Hi,
I need some advice on Drag&Drop.
What I want to achieve is the following:
- I have a window that is divided in two : on the left hand I
have a wx.TreeCtlr and on the other hand a wx.StaticBitmap
I want to be able to drag an item from the tree onto the static
bitmap.
I know how to d
ll
> (hopefully) compile.
>
> I'd focus on doing it manually, then getting distutils to work properly.
>
> -Original Message-
> From: Hyuga [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 27, 2008 10:01 AM
> To: [EMAIL PROTECTED]
> Subject: Re: first time use
Hi,
we have a third-party product that has a C++ api on HP-UX.
I would like be able to use the API in Python (as I remember Python is
good at doing this).
I have no experience with this so I Googled and tried to find some
info on what I had to do.
So, I installed Python 2.4.4 and Swig 1.3.33
T
Hi,
I am looking for a kind of framework that let's me send events between
systems.
What I had in mind is common event bus that can be spread over
multiple systems.
On each system, there should be sort of an 'agent' that listens to the
events on the bus and acts upon them if they are destined for
Hi,
I am looking for wx widget that has the ability to show text, edit the
text (like a TextCtrl) but also does syntax highlighting (if the text
is e.g. XML or HTML).
I have been looking in the latest wxPython version but I could not
really find anything.
Any suggestions?
(I need this because my