Language
Python
Remove
Platform
Any
License
Any
This message was edited by Bumbler at 2006-7-11 14:16:4
Hi,
I need to make Python control Aspen Plus 2004, but it doesn't have any type of COM controls. Does anyone know a way to control the...
0
: no rows returned
:
:
:
:
:
Thanks for all the help, I've got it figured out now
0
: no rows returned
:
:
:
ok... well im running windows XP... well ill try to find some stuff for system hooks and if anyone has some code that i could try to work with or just use it as...
: Long time no chat. Anyways, I have been reading some old school ASP programming book and it mentioned Python as a choice of scripting language, rather than VBScript for instance.
That's...
Good luck w/ the C++, we talking the danger zone.
: : I went to our lead developer to brag about python smoking our COM+ DLL in trivial scalability tests and now I am assigned to figuring out why the COM+ DLL becomes such a bottleneck and trying to...
: I went to our lead developer to brag about python smoking our COM+ DLL in trivial scalability tests and now I am assigned to figuring out why the COM+ DLL becomes such a bottleneck and trying to...
i have an idea, if u have the source code to the app, you can always port the application to the mac variant of basic, but im not sure if its compatible with crsytal reports in that case you could...
: : isn't there ANYTHING???
:
: You can't even compile VB code without the IDE let alone use the immediate window. The Python thing I mentioned is it's own language. You can call VB ActiveX DLLs...
: isn't there ANYTHING???
You can't even compile VB code without the IDE let alone use the immediate window. The Python thing I mentioned is it's own language. You can call VB ActiveX DLLs from...
: I'm considering using Python as a scripting language for a game I'm working on, and it seems like a good idea to also do the user interface stuff in Python at the same time. Problem is that my...
: How come u avoid windows api stuff? Do u think it would be better to just stick w/ VB for that domain?
What I meant was that I try to avoid "windows-specific" programming. At least in my "free...
Try looking at openGL for python.
The image commands are there.
Ed
: How can I do graphics programming in Python.
: Is there any setup to download.
: I tried the command:
: import...
: Take a look at http://www.python.org/download/download_windows.html
:
: Down at the bottom are a couple of links for Python for DOS that should give you a newer version.
:
:
Thanks again. I...
I have dabbled in 3D a bit, and although I'm new to programming, I DO recall that many of the motion capture scripting used in Blender(www.blender3d.com) is done using Python. So, I agree that it...
: i'm working on a virtual fitting room program, that accepts user input of its body measurements and generates a 3D human model based on the measurements data. I've been recommended to build a C++...