Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for bhanu1225

hey bhanu, yes you could use text.get(params) what are these params? You have to define what you want to read in your text. The syntax is: text.get(position1,position2) some possible positions: [COLOR="Red"]+count [I]chars[/I] [/COLOR] count characters after the current position [COLOR="Red"]-count [I]chars[/I][/COLOR] count characters before the current position [COLOR="Red"]+count [I]lines[/I][/COLOR] count …

Member Avatar for Mearah
0
99
Member Avatar for Joe Hart

Hey joe, the easiest way to ask the user something (also the path of a file) is the raw_input function. First try this in your python-interpreter: [code=python]raw_input("What is your name?")[/code] A little window will pop up, that contains the prompt you give as the parameter (What is your name). If …

Member Avatar for Mearah
0
182
Member Avatar for Mearah

Hey everybody, I am a computer scientist working in research in the field of accellerator technique and ion beam diagnostics in Germany. Additionally I administer two websites. One is a community website concerned with a serious social background (work with joomla, php, mysql), the other one is just a guild …

Member Avatar for Mearah
0
139
Member Avatar for TonyTHC

Hey Tony, nice you are here. I am also new on this board. So welcome from a new-arround-here to another new-around-here Mearah

Member Avatar for owurakuansah
0
61
Member Avatar for Mearah

Hey, is there somebody who tried to use pyOpenGL with wxPython? I want to have a GUI, where I have a frame integrated, that shows a 3D image computed by an OpenGL algorithm build in the PyOpenGL environment. Mearah

Member Avatar for Mearah
0
702
Member Avatar for docesam

Hey docsam, yes, you can do this all: "cross platform (windows + linux)" This is possible. What you have to keep in mind, that if you are creating some GUI (with TkInter e.g) then it looks quite differentwith windows and linux, so you maybe could test the "look&feel" of your …

Member Avatar for Mearah
0
170
Member Avatar for Mearah

Hey there, I am going to start a larger project. For this I just set up my programming invironment as follows: python2.5 numpy scipy matlibplot PyOpenGL ctypes I then tried to test the installation with a simple example. First I found the warning: [COLOR="Red"]No handlers could be found for logger …

0
146

The End.