1,730 Posted Topics
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 … | |
Re: 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! … | |
Re: 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 | |
Re: 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 … | |
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! | |
Re: 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 | |
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 … | |
Re: +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] | |
Re: 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 … | |
Re: 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! | |
Re: 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 | |
Re: 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?? | |
Re: # 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 * | |
| |
Re: Also not sure but is not spelling of Interpreter is wrong?? | |
Re: How did the problem begin? May be driver's problem? | |
Re: In safe mode try system restore and post the result | |
Re: 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?? | |
Re: make another function to strip spaces And then the storm will end! Paul have made it clear | |
Re: [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! :) | |
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 … | |
Re: It seems your DLL is corrupt! You need to replace it | |
Re: 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! | |
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 … | |
Re: have you tried System Restore to previous working state? Download and Run Hijack this and post results in the viruses and other nasties | |
Re: 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 … | |
Re: 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 … | |
Re: 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! | |
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 | |
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 | |
Re: 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 | |
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] | |
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 | |
| |
Re: I use 101 version. Its is good, but miss many features that make me not in position to answer boldly! | |
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 … | |
Re: Also can right click the adapter and then disable it. Let some time pass, then enable it | |
Re: 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 | |
Re: [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 … | |
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 | |
Re: why don't you upgrade to 2.5? I'm curious if there is special feature or just you love it! | |
Re: 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 … | |
Re: I think I posted somewhere GUI versions and If not mistaken, ene posted the coding version. Try to search the forum | |
Re: 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 … | |
Re: re-install wxpython and run as admin by right click. sometimes becomes a problem when you install it with less admin rights! | |
Re: Why Ten seconds? If need so then you need to reduce number of startup programs Just MHO | |
Re: 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 … |
The End.