1,730 Posted Topics

Member Avatar for Stefano Mtangoo

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!

Member Avatar for Stefano Mtangoo
0
124
Member Avatar for Stefano Mtangoo

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 …

0
54
Member Avatar for Stefano Mtangoo

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

0
52
Member Avatar for Stefano Mtangoo

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 …

0
71
Member Avatar for Stefano Mtangoo

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

Member Avatar for gkaykck
0
77
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
95
Member Avatar for Stefano Mtangoo

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?

Member Avatar for Stefano Mtangoo
0
115
Member Avatar for nani123

[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. …

Member Avatar for Stefano Mtangoo
0
237
Member Avatar for mn_kthompson

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

Member Avatar for vegaseat
0
276
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for tracedinesh
0
146
Member Avatar for Stefano Mtangoo

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] …

Member Avatar for digital-ether
0
212
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Gribouillis
0
222
Member Avatar for ishlux
Member Avatar for Stefano Mtangoo
0
109
Member Avatar for ifor247

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 …

Member Avatar for Stefano Mtangoo
0
162
Member Avatar for bumsfeld

[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 …

Member Avatar for Stefano Mtangoo
0
117
Member Avatar for kk2628

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]

Member Avatar for kk2628
0
6K
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
135
Member Avatar for mahela007

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 :)

Member Avatar for Stefano Mtangoo
0
119
Member Avatar for pluring

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]

Member Avatar for pluring
0
144
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
96
Member Avatar for axeeffect2002

Don't know about eclipse, but Netbeans comes bundled with Jython and to configure it is very very easy! :)

Member Avatar for Stefano Mtangoo
0
56
Member Avatar for Dan08
Re: Mail

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]

Member Avatar for Dan08
0
253
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
109
Member Avatar for Stefano Mtangoo

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() ?

Member Avatar for Stefano Mtangoo
0
136
Member Avatar for Stefano Mtangoo

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.

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
73
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
383
Member Avatar for Stefano Mtangoo
Member Avatar for Stefano Mtangoo
0
130
Member Avatar for bsutcliffe

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]

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for Stefano Mtangoo

How do i search table for a given keyword? I want to use it with Python. Cheers!

0
89
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
130
Member Avatar for princessotes

[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"

Member Avatar for bumsfeld
0
125
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
231
Member Avatar for stvrich

I use Firefox, Freedownload manager (Have integrated torrent ability) On security: Avast Home, COMODO Firewall

Member Avatar for Stefano Mtangoo
0
250
Member Avatar for sidoe

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]

Member Avatar for Stefano Mtangoo
0
96
Member Avatar for kenji
Member Avatar for Stefano Mtangoo
0
69
Member Avatar for tazboy

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]

Member Avatar for Stefano Mtangoo
0
135
Member Avatar for Stefano Mtangoo

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() …

Member Avatar for Stefano Mtangoo
0
3K
Member Avatar for Stefano Mtangoo

[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 …

Member Avatar for Stefano Mtangoo
0
152
Member Avatar for Missy_poo

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 :)

Member Avatar for Stefano Mtangoo
0
104
Member Avatar for basitchk
Member Avatar for Stefano Mtangoo
0
55
Member Avatar for funfullson

[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 …

Member Avatar for funfullson
0
142
Member Avatar for leanne86

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]

Member Avatar for jlm699
0
192
Member Avatar for denniskhor

[CODE=python] import os os.system("tasklist")[/CODE] run this script and Get jlm699's flavour

Member Avatar for jlm699
0
125
Member Avatar for flipjoebanana

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 …

Member Avatar for flipjoebanana
0
133
Member Avatar for Stefano Mtangoo

After building wxWidgets, I need to free space for any unneeded files. Should I uninstall wxWidgets after buidling? and what exactly building does?

Member Avatar for Hiroshe
0
121
Member Avatar for sandy1862

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

Member Avatar for Stefano Mtangoo
0
131
Member Avatar for ChipT

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 …

Member Avatar for Stefano Mtangoo
0
133
Member Avatar for southafrica1

3.x.x is stubborn due to lack of important modules, wxPython and Py2exe being among them

Member Avatar for southafrica1
0
175

The End.