Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
76% Quality Score
Upvotes Received
4
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~47.7K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for vegaseat

Here's an example of a simple Hello "Dani web" example in Jython. Using Java's Swing modules. I notice that it takes up more memory than standard Python programs on run. See the image attached for the output of the program. [CODE=Syntax]#!/usr/bin/env jython from pawt import swing import sys from java.awt …

Member Avatar for vegaseat
9
45K
Member Avatar for cascade3891

Hello Python community, I've just finished building an app with Python and I'd like to share my experiences and get some feedback. This was from scratch (no code templates) all the way to compile and distribution on a Windows environment. Now all my colleagues at work are using the app …

Member Avatar for vegaseat
0
1K
Member Avatar for PinkStone

[QUOTE=PinkStone;1110694]Why nobody else wants to take a look at my post? It has passed a while now and kinda need the script, if anyone could offer me some suggestion? I have tried the code(s) from previouns page of the same topic but doesn't work. Also I found this: [url]http://snippets.dzone.com/posts/show/2037[/url] But …

Member Avatar for PinkStone
0
124
Member Avatar for cascade3891

Hi all, My first post here, but long time troller. I was looking for a GUI platform to develop on and couldn't decide between wxPython, PyQT and/or IronPython or Jython. I decided to go with wxPython after getting a couple of headaches elsewhere. I'd really like a quick IDE to …

Member Avatar for vegaseat
1
525
Member Avatar for cascade3891

Hi all, Are multiple conditionals at once okay in Python?? So for example: [CODE]if self.combobox.GetValue()!="" [B][COLOR="Red"]and [/COLOR][/B]self.FilePathTextBox.GetValue()!="": [I][functions and objects go here] [functions and objects go here][/I] else: self.SetStatusText('error') [/CODE] Mainly a question on style ... I tried it on my program, and the program seems to work fine. Is …

Member Avatar for vegaseat
0
156
Member Avatar for cascade3891

Hello Python community, I have a basic question about the wx.DirDialog method/event handler system and how it works. I had a problem today, but solved it. Basically what I'm trying to do is have a frame, then use event handler wx.DirDialog to open up another dialogue where I can choose …

Member Avatar for Stefano Mtangoo
0
435
Member Avatar for cascade3891

Hi all, My first post here, but long time troller. I was looking for a GUI platform to develop on and couldn't decide between wxPython, PyQT and/or IronPython or Jython. I decided to go with wxPython after getting a couple of headaches elsewhere. I'd really like a quick IDE to …

Member Avatar for Stefano Mtangoo
0
166

The End.