15,185 Topics

Member Avatar for
Member Avatar for fonz87

hey guys i need mad help with this! im soo lost and stressed out over this and not understanding how to do this. Can anyone help me with this ??? I m new to python and some of this stuff is so confusing to understand. i have 4 problems i …

Member Avatar for ZZucker
0
78
Member Avatar for mbarb27

I am new to python. I have been reading tutorials and I am trying to experiment with gasp. I downloaded the latest version and I have python 2.5. I am also using Windows XP if that helps. When I enter the code for gasp to begin it comes up and …

Member Avatar for mbarb27
0
38
Member Avatar for dedekind87

Hello everyone, I'm a python beginner, and I've installed MacPython on my Mac. I'd like to know how I can run .py files from the Mac terminal without having to make them executable. I'd like to write a command line like this one: [ICODE]python file.py other_inputs[/ICODE] Thanks a lot!!

Member Avatar for katharnakh
0
42
Member Avatar for knish

Hi, While connecting to a host computer to access its records from another computer using python. I am getting an error [COLOR="Red"]OperationalError: (1130, "Host '2k.vfx.net' is not allowed to connect to this MySQL server")[/COLOR] There is no firewall. I have installed wampserver 5 on the host pc. Is it possible …

Member Avatar for katharnakh
0
145
Member Avatar for Begjinner

Hey, I was looking at some old Python topics and they contain nice info, but they also use the PHP tag for showing code - which doesn't work. Maybe these old topics can automatically be changed with the proper tag for python code? Thanks, Lars

Member Avatar for Begjinner
0
104
Member Avatar for abhinemo
Member Avatar for Impact4ever

Hey, guys! having a little problem in python, how can I square root number or a varible in python? And I'm trying incoparate the os function of unix, like using the clear command. How could I do that in python Thanks for your help

Member Avatar for Impact4ever
0
101
Member Avatar for mg0959

Hi, I am trying to write program that will recognize when a device such as a magnetic swipper is used. I was thinking that I could somehow bind the device to something in my program but I am not sure what I would use to bind it. I thought that …

Member Avatar for mg0959
0
77
Member Avatar for AsymptoticCoder

I am hoping somebody can help with a very frustrating problem I am facing. I am working with a MDIChildFrame that has one panel called mainPanel. I set the background style of both the panel and the child frame to wx.BG_STYLE_SYSTEM. Yet, when I run the program the background is …

Member Avatar for vegaseat
0
151
Member Avatar for myheartbits

please write a simple script to check for the existence of all the frames in the directory. So, you give it to frame range and it makes sure that all the subdirectories have the right number of frames. Doesn't check whether the frames are black or not but certainly whether …

Member Avatar for vegaseat
0
66
Member Avatar for sarabhjeet

Hello all, actually i need to open a CHM file when i click on Help's submenu "Documentation",how to do this,how to open a file.Please help me.

Member Avatar for sarabhjeet
0
111
Member Avatar for kimvolker

I'm running Python with: DrPython 165 wxPython Version: 2.8.7.1 wxPython Platform: wxMSW, unicode, wx-assertions-on, SWIG-1.3.29 Python Version: 2.5.1.final Python Platform: win32 When I open a *.py file, I get the following error messages (see attached PDF file) in the drpython.pyc window. How can I get rid of these erros?

Member Avatar for vegaseat
0
336
Member Avatar for penguin47

Hello all, I am very new to programming and my teacher has started us on Python. While I think Python would be a great choice for most people, I have come to the conclusion that I am not cut out for programming. I am finding it very difficult, though fun. …

Member Avatar for vegaseat
0
120
Member Avatar for sasdap
Member Avatar for vegaseat
0
53
Member Avatar for sasdap

Hi frenz, Many of the programs are written in C/C++ language. I want to call a function in C/C++ from python program. Can anybody tell me how to do it?

Member Avatar for vegaseat
0
218
Member Avatar for Begjinner

Hello, I created on a different website a Python topic with general information and some more CGI specific. Check it out: [url]http://www.stonerocket.net/forum/viewtopic.php?t=5869[/url] [b]This is what the topic contains:[/b] [list] [*]What is and Why Python? [*]The logo [*]Who uses Python and for what to use Python? [*]Future of Python? [*]Where to …

Member Avatar for vegaseat
0
101
Member Avatar for sasdap
Member Avatar for sasdap

hi, what is the process going on when a command is given in command prompt? How the executables are called when a command is given? Can anybody tell in detail?

Member Avatar for sasdap
0
182
Member Avatar for ssakhamuri
Member Avatar for sarabhjeet

Can u please tell me how to detect ascii and non-ascii strings in python? Editor's note: In the future, please give your thread a meaningful title.

Member Avatar for woooee
0
109
Member Avatar for sasdap

How to integrate python and c++? Can you help by telling the steps to follow?

Member Avatar for sneekula
0
45
Member Avatar for sasdap

How to incorporate text to speech conversion in python? Is it possible? If so How to do it?

Member Avatar for sasdap
0
49
Member Avatar for agarzo

Hi, I'm new in this forum and a beginner in python, but I need your help. I'm doing a program using opencv libraries. In this library there are some functions to create a window, to display a cam iamges. I want to control if the user is closing the window …

0
56
Member Avatar for sigkill9

I'm new to Python and am trying to figure out how to streamline the code at bottom to get it more simple but am having trouble. I was hoping that someone here could help me out? The program I am trying to create simply asks the terminal operator for five …

Member Avatar for vegaseat
0
216
Member Avatar for Racoon200

Problem: I keep getting this error when I press the button to trigger Publish from 2nd time and on. Error: [CODE] AttributeError: 'NoneType' has no attribute 'sendall' [/CODE] The error is caused basically by every server.(any ftp host action) I say this because the function the button called said: [CODE] …

Member Avatar for Racoon200
0
187
Member Avatar for sarabhjeet

Actually i need to save the file's name in file menu history whenever we close the application from filemenu's exit button.Whenever i close the application from windows close button the entry is coming to file menu but when i close from file menu exit it should make an entry to …

Member Avatar for sarabhjeet
0
80
Member Avatar for Racoon200

Hi. I would like to know how to get the position of the cursor (blinking line in any text control) to insert there a string. I would also like to know how to get the value of a text widget and store it in a variable.

Member Avatar for Racoon200
0
6K
Member Avatar for rmansuri

Hello Pythoner, I have found good website which is list of almost all python website including beginner to advance level tutorial.. Jst thought to share with community. [COLOR="Green"][URL="http://python.objectis.net"]http://python.objectis.net[/URL][/COLOR]

Member Avatar for vegaseat
0
108
Member Avatar for sneekula

I have a dictionary of chemical symbols and names, to look up the symbol and get the name is easy, but to find the symbol of a given chemical name seems to be more akward. Am I missing something here? [code=python]# small dictionary of chemical symbols symbol_dic = { 'C': …

Member Avatar for jrcagle
1
243
Member Avatar for Racoon200

I get this error when uploading a file with the ftplib via storbinary method after retrieving a file via retr method. Why does it happen and how can I fix it?

Member Avatar for Racoon200
0
2K

The End.