No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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 …
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 …
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
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
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 …
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 …
The End.