1,730 Posted Topics

Member Avatar for Stefano Mtangoo

Hello all, greetings! I'm python guy and I want to access Lame encoder from python. The big problem is I cannot find suitable lame bindings. After loooong googling and metacrawling, I found py-lame. The problem is, when I try to compile it in codeblocks, python.h is missing. I don't know …

Member Avatar for Nick Evan
0
100
Member Avatar for MaxVK
Member Avatar for ihatehippies

Your problem isn't menubar, it is that, you have added bound self to events that doesnt exist. What I have done is, I have added two of them and commented out all the rest. So Go and define those events and then rearrange the stuffs in sizers in smart way! …

Member Avatar for Stefano Mtangoo
0
151
Member Avatar for Keithrichardson

I always use to copy url of video and paste it at <snipped illegal link> and then use free download manager to download it. For conversion, Super is the best I know. Go to freecodecs.com for the rest

Member Avatar for ufg123
0
168
Member Avatar for f.ben.isaac

compiler high level language and machine language is like: English man Swahili man and one who knows both swahili and english. The one writes a paper in english and the compiler: who now knows both language takes that written and translate it all into swahili language. Then when took to …

Member Avatar for Stefano Mtangoo
0
298
Member Avatar for Stefano Mtangoo

Hello all, greetings! I'm setting Phpbb3 forum and I need the sidebar of my website to have dedicated <div> for hottest topics on the forum. How do I do that? Which phpbb3 file stores such information. NB: I'm very new to PHP Thanks all!

0
48
Member Avatar for ccandillo

Why not use GUI as Jlm699 suggested. Wxpython have nice HTML window which will make your program look nice! +1 for jlm699 - GUI makes it easier

Member Avatar for ccandillo
0
145
Member Avatar for Stefano Mtangoo

Hello All, As plain as the question is: I'm compltely newbie in PHP but in near future I plan to study PHP. I now Learn Python and need to Get acquanted with PHP as well as C++. My Question is, IS THERE ANY FREE BUT LEGAL Books ready for download …

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for dinilkarun

+1 for you! [CODE=python] #here are global values import wx import random #here are global values class MyFrame(wx.Frame): #here are only class methods def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, title, size=(180, 380)) #Global to the rest of the code but not the first class MyFrame [/CODE]

Member Avatar for Stefano Mtangoo
0
91
Member Avatar for vmars

Wxwidgets is a toolkit for making GUIs in C++ and python cannot access that toolkit. What is done is; python language is "Glued" or bound to that C++ widgets so that you can access it using normal python code. Wxpython is the glued version of wxWidgets. I don't know details …

Member Avatar for vegaseat
0
108
Member Avatar for MaxVK

Execution speed to me is the first consideration and the I will see how to make use of minimum possible memory! The beauty of programming is different approaches to same problem. It is like beauty of looking different race of the same human beings! heeh!

Member Avatar for MaxVK
0
624
Member Avatar for trinitybrown
Member Avatar for John A
0
113
Member Avatar for nmcclell

Try this: [url]http://www.vistax64.com/vista-print-fax-scan/109783-hp-psc-2210-vista.html[/url] [url]http://forums.microsoft.com/technet/showpost.aspx?postid=1113244&siteid=17[/url] Do'nt forget feedback

Member Avatar for Stefano Mtangoo
0
126
Member Avatar for Breaze26

Me too. It costed me to download and install that big SP1 and I plan to turn of because it won't even download. I don't know what is wrong with Vista Home Premium in my Laptop??

Member Avatar for Breaze26
0
109
Member Avatar for adam291086

# execute SQL select statement cursor.execute("SELECT * FROM User") From what I know I think it was supposed to be this way FROM user SELECT *

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for moerpheus
Member Avatar for jcafaro10
Member Avatar for Stefano Mtangoo
0
78
Member Avatar for crazybill
Member Avatar for nicole209
Member Avatar for MaxVK

In Wx demo, there is a nice example. I'm trying to do the same. It is new widget. Which version of wxpy are you using??

Member Avatar for MaxVK
0
390
Member Avatar for chebude
Member Avatar for jlm699
0
110
Member Avatar for serkan sendur

[QUOTE=jbennet;730579]virtualisation is easier and less risky now by UNIX do you mean an actual UNIX OS or a unix-like OS?[/QUOTE] Try Ubuntu, multiboot with vista. I wanted the same and Installed with NO risky, Why? Because the Installer is graphic! :)

Member Avatar for jbennet
0
304
Member Avatar for Stefano Mtangoo

Hi All, Greetings! I would like to hear from you on how to make it happen. I have E220 HDSPA Modem, but I cannot make it work in Ubuntu. The device isn't even get detected. I have tried and fiddled but no success. Can one provide anything to help? Best …

Member Avatar for Stefano Mtangoo
0
70
Member Avatar for Quick-Study
Member Avatar for ihatehippies

Use WING IDE. I run all my script on its run/debug options and have never let me down. Its stripped version 101 is superior to IDLE in that it have debugger, and doesn't clash!

Member Avatar for Stefano Mtangoo
0
155
Member Avatar for Stefano Mtangoo

Hello all, greetings! I have been playing with DB, seom time ago and want to resume soon where i got stuck. I want to make MySQLdb to get working with wxpython GUI. I got stuck on how to attach the tuple I got from select command to series to the …

Member Avatar for Stefano Mtangoo
0
80
Member Avatar for reanbeg

have you tried System Restore to previous working state? Download and Run Hijack this and post results in the viruses and other nasties

Member Avatar for RLHennig
0
258
Member Avatar for sourceofthought

Ok I know some books with real world examples and even some examples. Have you passed through starting python sticky? It have real world examples from this forum members. Also in python.org there is tutorial and great Links. Consider also google with keywords such as "python tutorials". I have found …

Member Avatar for sourceofthought
0
122
Member Avatar for vmars

I think BOA isn't for NewBie. I say this because text editor is best for learning actual coding. I'm talking about using IDE's Wxpython GUI builder. If you use it as Editor and and run directly scripts fine. I will suggest building GUIs with your hand-on-keyboard programming instead of dag-and-drop …

Member Avatar for vmars
0
318
Member Avatar for drjekil

Welcome to daniweb! Can you wrap your codes in tags please. Also define what FASTA FORMAT is. We are from different background, and not all of us knows Bios and Logos!

Member Avatar for drjekil
0
159
Member Avatar for Stefano Mtangoo

Hi All' How can I embed images (.png, .gif, etc) into a single py file and call them in program I saw them in wxpy demo but how exactly to embedd them?? Appreciation, Steve

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for Stefano Mtangoo

I have this sentence 1 <br /> sentence 2 I need to control their vertical spacing using XHTML or PHP How do I do that?? Thanks Steve

Member Avatar for Stefano Mtangoo
0
44
Member Avatar for dinilkarun

can you put your code in tags? I have failed to reconstruct exactly what you wrote and I gave up. Until I see your code, I will try figure out! Thanks Steve

Member Avatar for dinilkarun
0
105
Member Avatar for Stefano Mtangoo

Hello all, I have problem with wx.richtext I cannot make it start new line at hitting return key! How can I do it so that I can use Align left and right Here is a code [CODE=python] # Text area self.textarea = rt.RichTextCtrl(epanel, style=wx.VSCROLL|wx.HSCROLL|wx.NO_BORDER )[/CODE]

Member Avatar for lllllIllIlllI
0
109
Member Avatar for Bouzy210
Member Avatar for Stefano Mtangoo

The question goes like that: How to run realtime scanner of Spyboat S&D without activating the whole full scanning issue. Also I want it to be at the tray instead of task bar Thanks for your help! Steve

Member Avatar for GrimJack
0
205
Member Avatar for TheOneElectroni
Member Avatar for lllllIllIlllI

I use 101 version. Its is good, but miss many features that make me not in position to answer boldly!

Member Avatar for Stefano Mtangoo
0
62
Member Avatar for Stefano Mtangoo

To Be honest this is matter of Choice and no one will be judged for his choice. I got stuck on best editor to use. I have long used Wing IDE 101 and My Favorite IDE with multi language is Netbeans which is coming with Nbpython. Big problem of IDE …

Member Avatar for mathijs
0
240
Member Avatar for bderr17
Member Avatar for Stefano Mtangoo
0
101
Member Avatar for ufucuk

I think you need to ask PHP guys why do they use PHP and not Django then leave here also this challenge! For me I have never tried django, since I'm still young in language

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for imabut

[QUOTE=imabut;724935]thank u to all i'm still learning how everything works, and i'm still very much a newbe,.. [/QUOTE] If you feel annoyed by Tkinter, try others also! I found myself in love with wxpython. Some have fallen in hands of pyQt, PyGTK etc. I mean when you start learning try …

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

I'm just asking for anyone who knows anywhere to get list of inbuilt wx.ID like wx.ID_CLOSE etc (HTML/PDF), because I dont want to use Id while there is built one. Also can I use menu simiral to something like GetId() Method?? Thanks

Member Avatar for Stefano Mtangoo
0
861
Member Avatar for iamoldest

why don't you upgrade to 2.5? I'm curious if there is special feature or just you love it!

Member Avatar for jlm699
0
102
Member Avatar for MaxManus

Running MSI packages needing admin rights in some windows (Don't remember if XP or vista) is little annoying for it doesn't give run as (Now I remember it is XP) you just run command line at admin level and then moving using commandline to file dir and run it. Little …

Member Avatar for Stefano Mtangoo
0
124
Member Avatar for massivefermion

I think I posted somewhere GUI versions and If not mistaken, ene posted the coding version. Try to search the forum

Member Avatar for lllllIllIlllI
0
101
Member Avatar for deepesh911

Ok My 2Cents here: Download and Install revo uninstaller, and It should help with uninstalling issues. Install avast, register and enter key (All free)! Run it,and right click, and schedule boot time scanning. Then download and Install wise registry cleaner (free/pro if you have $ for it) and scan and …

Member Avatar for crunchie
0
224
Member Avatar for Azurea

re-install wxpython and run as admin by right click. sometimes becomes a problem when you install it with less admin rights!

Member Avatar for shadwickman
0
138
Member Avatar for forumdude123

Why Ten seconds? If need so then you need to reduce number of startup programs Just MHO

Member Avatar for Stefano Mtangoo
0
109
Member Avatar for apennyforyourth

Hello dear, I'm sorry that you pass such situation. You know sometimes Computers become annoying, but another time you become angry? Shut it down and have rest and do the necessary later! Here are some points that I feel can help: If you created DVD (My Laptop came with no …

Member Avatar for Stefano Mtangoo
0
238

The End.