1,730 Posted Topics
Hi All, I want to incorporate chat room in my Website (Currently still on WAMP). What chat software is good? Is it easy to write mine from the scratch? Any tutorials if that is possible? Thanks Guys! | |
Its long now I try to understand wxPython's print frame work. Every effort have fallen apart. I just cannot understand how it works. I have tried to google with no avail. wxDemo is too painful to swallow :( I request anyone familiar with framework to give me a jump start … | |
Hi all, I want to implement print option on my program. For now I need to print ListCtrl. I'm doing google process and I posted here in case someone happens to know and is willing to help me, whether with code or advice. Appreciate | |
Implementing Save algorithm Postby Apostle on Fri Sep 04, 2009 4:48 pm Hello All, I have a project of allowing user to save guests in Guest Book. I use Python/wxPython/SQLite for that. I Have implement basic database operation as well as GUI. I can save to DB as well as … | |
Hello there, Is there a free windows flash maker that have got no advertisments? I have got flash maker free version, but it advertises in my swf file. I want free flash maker, may be full functional trial Thanks | |
Hi all, It is strange that I cannot Update Adware (Free anniversary edition), Malwarebytes, or even spyware doctor trial. I have existed my comodo firewall and event turn off windows firewall. I don't know what is happening as I have tried Spyboat SD and it updates fine! Any help appreciated | |
Hi all, I have been using PNG files for icons and they are good. But I want now to use xpm as they can be included just as I include header file. How do I do that? Any free tool? | |
Re: [QUOTE=nani123;961451]I have a python script whihc logs in some file. This script calls some outside bat file which also logs in same file. [/QUOTE] What does that .bat script do that can't be done in python? IMHO, Python is very capable of replacing your .bat and hence removing unnecessary snags. … | |
Re: Instead of PMing you, why not post here. Unless for private things (which PM stands for), you should be displaying things here. No critic/hurt inteded, but just correction, if you don't mind | |
Hello guys, I have Laptop with Ubuntu/Vista Multiboot I would like to connect to my office place Domain. Mind you that this is my personal Laptop and I cannot tell the Office Admin to configure it for me. I have to do it my self which is good practice. So … | |
Hi, I have a WAMP based Site and would like to user path as a variable instead of fixed path. I tried variable like [CODE=PHP] $sgospel = "$server./sgospel/"; $include_path = "$sgospel./includes"; echo($server); echo($sgospel); [/CODE] Results are: [QUOTE] [COLOR="Red"]C:/wamp/www/ C:/wamp/www/./sgospel/ [/COLOR] [/QUOTE] When I put [CODE=PHP] $f_path = "$include_path/inc.terms.php"; echo($f_path); [/CODE] … | |
Hello All, I want to copy zipped file from one machine to another in same network. I have the IP and folder of destiny machine, but I'm pondering on the best way to go! transfering among same drive, I will use shutil module. But what about networked PCs? Should I … | |
Re: WAMP have never let me down [url]http://www.wampserver.com/en/[/url] | |
Re: I love Ubuntu too though for some reason I have to remove it to remain with my vista. Another interesting Linux distro is Fedora core by Redhat guys. I heard a buddy using Mandriva too. So If can't get Windows, why don't you go for linux? No AV and Very … | |
Re: [QUOTE=vegaseat;959099] [code=python]import math y = math.sin(1) + math.cos(1) [/code]If you use ... [code=python]from math import sin, cos y = sin(1) + cos(1) [/code]... [COLOR="Red"]in the hope that only sin and cos are imported, you are wrong. [/COLOR] The whole math module is imported[/QUOTE] I was about to say that this … | |
Re: if it was windows, I could use the system's taskkill with switches /f here is completely untested example. This will close any running instance of firefox :) Not sure about linux. I buried it long ago, though I plan to go back [CODE=python] import os os.system("taskkill /F /IM firefox.exe") [/CODE] | |
Hi, I'm planning to work something with XML and Python. As part of familializing with it, I want to make simple playlist for a wxMedia player. the player is simply wx.MediaCtrl with some buttons and wxListCtrl as list container. My Question is, what process does it take to get playlis … | |
Re: for more info just perruzzi here at wikipedia [url]http://en.wikipedia.org/wiki/Application_programming_interface[/url] Loong explanations that will take you up and running :) | |
Re: HAL is Hardware Abstraction Layer. It just hides the implementation of hardware and remove alot of pains for you to interact with individual hardware [url]http://en.wikipedia.org/wiki/Hardware_abstraction_layer[/url] EDIT: Here is a project that died way back to 2007 [url]http://pypi.python.org/pypi/minihallib/0.1.10[/url] | |
Hi All, I was asking if it is possible to hide the wx.MediaCtrl window so that Only controls (play, stop, pause etc) can be shown? I plan to play audio only and never video for this project. Thanks alot :D | |
Re: Don't know about eclipse, but Netbeans comes bundled with Jython and to configure it is very very easy! :) | |
Re: This post might help you on server settings [url]http://www.mydigitallife.info/2009/01/16/hotmail-free-pop3-and-smtp-access-and-server-configuration-settings/[/url] | |
Hi, I want to track changes done to wxListCtrl as user Updates it (via my custom dialog of course). I will be querying and saving updates from and to database. the problem I have in thinking how to track changes and enable/disable save button as well as update the database … | |
Hi, I cannot see a separator, though it adds spaces between tools. What am I doing wrong? Here is a code below [CODE=python] self.toolbar.AddLabelTool(wx.ID_REDO, "redo", wx.Bitmap("./icons/edit-redo.png")) self.toolbar.AddSeparator() [/CODE] Also what is difference between AddLabelTool() and AddSimpleTool() ? | |
Can Anyone tell me how to use debugger. I have only once used Wingware Wing IDE. I just clicked debugger and it will highlight error! I want to be advanced with debuggers and debugging in python. can anyone tell me how thing go up? Thanks in Advance, S. | |
Hello Guys can somebody provide examples and explanations on how to embed MySQL server using SQLmylibd.dll (If I remember well). Appreciation to all answers, Steve | |
Hello guys, Please help me with wxTreeCtrl events (I have never dealt with TreeCtrl before). I want to get simple basics how to catch events As example to clarify my question, I have tree of books and I want just the TextCtrl to display the chosen parent and Item, like … | |
I have tables already. How do I search for a given keyword? Thanks | |
Re: try this (Not sure if that is what you ask) [url]http://mail.python.org/pipermail/python-list/2003-May/202785.html[/url] If you missed Avisser then you need to pass here: [url]http://www.python-forum.org/pythonforum/viewtopic.php?f=18&p=67006[/url] | |
How do i search table for a given keyword? I want to use it with Python. Cheers! | |
I have read a little bit on XML and I will need it to get some information from already available XML files. I would like to learn it by making very small playlist. However I have encountered the two beasts. I don't know much of XML, especially with python. So … | |
Re: [code=python]return (("%0.7f" %(float(A*log(t) + B*t + C*((pow(t,2.))/2.) + D*((pow(t,3.))/3.) - (E/(2.*(pow(t,2.)))) + G)/1000)))[/code] I see A, B...et al included but what are they? You need to define the like A = 2, B = "You" | |
Hi, I want to Load .dll library on my program. I was using LoadLibrary and GetProcAddress which is tedious work. I saw somewhere Idea of using .lib files but have no clue. I have used google but I got lost. Please help me :( Codeblocks 8.02 MINGW 3.4.5 Windows Vista | |
Re: I use Firefox, Freedownload manager (Have integrated torrent ability) On security: Avast Home, COMODO Firewall | |
Re: If you don't miss 9hrs that are remaining, Paragon are giving away their partition manager pro. Check before it is too late. [url]www.giveawayoftheday.com[/url] | |
Re: Just visit a stick on this forum and swim with python :) | |
Re: haven't checked, but try these: [url]http://www.google.co.tz/search?q=c%2B%2B+inheritance&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active[/url] | |
I cannot get the code work. I want to use placeholder than a fixed value. When use fixed value it works but not placeholder. Please correct me! [CODE=python] import sqlite3 as sql class Tables(object): def __init__(self): print "Class created!" def CreateDb(self, dbname): self.conn = sql.connect("?", (dbname, )) self.cur = self.conn.cursor() … | |
[CODE=python] import sqlite3 as sql class Tables(object): def __init__(self): print "Class created!" def CreateDb(self, dbname): self.conn = sql.connect("?", (dbname, )) self.cur = self.conn.cursor() def CreateNewTable(self, tablename):#, tablename self.cur.execute("CREATE TABLE IF NOT EXISTS ?(id INTEGER, name TEXT)", (tablename, )) listed = [(1, "Mary"), (2, "Martha"), (3, "Jesca"), (4, "Don")] for i … | |
Re: why not start with [url]http://wiki.python.org/moin/BeginnersGuide[/url] then move to: [url]http://docs.python.org/tutorial/[/url] from there you can start flying for more :) | |
Please someone help me how to populate wxListCtrl (in report mode) Thanks | |
Re: [QUOTE=vegaseat;939382] The popular Geany IDE is written with GTK (not PyGTK).[/QUOTE] Wing IDE is written in PyGTK I would suggest wxPython, for easy learning curve (to my experience). Why? Because I grasped the basics even before I could be fluent in Python. I almost learned them simultaneously (though Python came … | |
Re: Welcome to the forum! It will help you to read a book designed for people moving from other languages to Python. Here: [url]www.diveintopython.org[/url] | |
Re: [CODE=python] import os os.system("tasklist")[/CODE] run this script and Get jlm699's flavour | |
Re: can you post your code? I cannot understand what you posted. From my little experience, one of common problems is specifying different parent to which the sizer is set. If you use one panel as parent to your widgets then you must use that panel's SetSizer() method. DON'T use panel … | |
After building wxWidgets, I need to free space for any unneeded files. Should I uninstall wxWidgets after buidling? and what exactly building does? | |
Re: Hello, Why use WinDef while have McAfee? As far as I know, McAfee hav its own antispyware and there is no need to use multiple AS. So just disable one of them and I advice you disable WinDef | |
Re: Welcome! Python have its two Big web frameworks, Django and TurboGears as Ruby have Rails. after checking some videos on web framework and some presentations, I prefer Django over turbo gears and I don't want to learn new language for now (I mean Ruby) to use Rails. If that is … | |
Re: 3.x.x is stubborn due to lack of important modules, wxPython and Py2exe being among them |
The End.