1,730 Posted Topics
I have also posted this to Vista section but if any: My TOSHIBA external HDD stopped working. It failed to copy data and I had to force restart due to system hang up! I found then it isn't even detected. I tried on my friend Laptop XP no success! It … | |
![]() | Re: [url]http://en.literateprograms.org/Insertion_sort_(Python,_arrays[/url]) [url]http://www.ece.uci.edu/~chou/py02/python.html[/url] [url]http://www.cs.luther.edu/~bmiller/Papers/paper20.pdf[/url] Try and tell me what you think of them |
I have recognized that recently my computer became unstable. This occured after Auto Update. My External HDD crashed and cannot be shown even in other Laptops and in my Ubuntu. This causes worries for my 70GB data in that disk. I have tried System restore but nope! nothing works (Sys … | |
Hello All, Greetings I need freeware that can help me do with drwing Ideas into blocks. I mean design may be codes and GUI visually. I don't know how to put it well but just need that one Appreciations Steve | |
Re: [QUOTE=monkeyanga;714977]my hard drive problem was sorted by shrinking the amount of system restore space as i currently had 35G taken up anyway i have reduced this by giving it a max of 3G[/QUOTE] I was wondering: 3GB for sys restore? Is that better way to use resources?? :'( IMHO no! … | |
Re: Wxpython is a library GUI to be used with python programs. It is not a program like firefox.exe What you do is call the library from your codes and Bang! it fires up the GUI. Just pick up any simple code from zetcode and run them in IDLE. Wing IDE … | |
Re: [QUOTE=Ene Uran;717726]Python? That is for children. A Klingon Warrior uses only machine code, keyed in on the front panel switches in raw binary.[/QUOTE] I think you will use maany years searching for 1 error where you typed 100010 instead of 100001 :) | |
Re: mhh! I think you need to monitor when it starts i.e When Bios starts before loading OS - That black screen, and see which key points to recovery (mine is F11) Run System Restore and you should be fine! | |
Re: I was about to try when I found myself that I have forgotten permutation formula. I'll be back after some Xtra time perruzing | |
Re: If HP, Drivers are somewhere in C:\SWSETUP if I remember well! Make sure you find and backup your systeme before do anything. NOT too far from what others have said though | |
I was playing with wxpython Demo and wanted to go on playing with Rich Text. I found this: [CODE=python] self.MakeMenuBar() self.MakeToolBar() [/CODE] when I tried to make my own editor and call those two methods I get error. Can some one help me to explain out those two methods and … | |
Re: Boa constructor? Is project living? I thought the IDE is dead! Anyway, Paul's advice is best. Just play around it and post any difficulty you get IMHO | |
Re: which manufacturer of ethernet? Just check the manufacturer and Go to their site for drivers. It seems that installation did some injustice on Your ethernet drivers. Which OS are you using and your hardware?? I ask so because some systems store backup drivers somewhere like C:\SWSETUP | |
Re: May be it got wrong during finalization process, or your computer have got a problem or it burnt wrong. Many possibilities! But restart your machine or test in another machine. BTW what Burning software do you use??? Steve | |
![]() | Re: In addition I think using int(raw_input()) is the best practice! |
Re: Re install Python and make sure during installation you choose the custom method. make sure ALL packages are selected and install! Don't forget feedback | |
Re: What do you mean by [COLOR="Red"][I]"analyze occupied disk space? "[/I][/COLOR] | |
I have no Doubt that Zone Alarm is the Best and simple Firewall. I have used not Long time but it is promising! I have stuck with Avast for Long now and haven't Let me down, So I will stick with it! The Problem is, I used to have ASquared … | |
Re: I start with python; I'll then go for PHP and Java and C++ etc. Python is simple and powerful. No wonder even NASA uses it Steve | |
In windows you have windows, prog files, etc I recently moved to Ubuntu and have no big Idea of what is which. I need help to corresponding folder hierrachy thanks all steve | |
Re: if you have installed nothing since the problem started, backup your things and start system restore! | |
Re: I think it can do anything you want to do Python+External Modules+Py2exe+nsis = open source/proprietary software Happy Python Programming! | |
Re: Ihonestly don't know but here are my speculations: Google for Zip console verion if it exists or if the current version can be called from console. Study the switches and call it from cmd/bat. You can google for any other console app that can zip the file The reason i … | |
Hello All, Greetings! I have question concerning OOP with Python. I want to know when Python class or being specific, how py class ends in package like wxpython. What I mean is I have one class let say of frame and another class of a dialog box all in same … | |
Re: can you give a living example? For me I don't understand what you are exactly saying! I don't want to redefine it | |
Re: That is: s = "---> Increased" print "Today's stock price: %f %s" % (50.4625, s) | |
Re: I think you need to go for Vpython, [url]www.vpython.org[/url] . Myself I have not learned it but I tried veeery little here is a code i took from examples directory of Vpy [CODE=python]from visual import * dt = 0.1 g = [] for i in range(3): g.append(display(y = 30 + … | |
Re: Reformatted your code and did simple restructuring and some edits See if that is what you want and post more queries Steve [CODE=python] #determine shipping charges according to weight print 'Welcome to Shipping Company Rate Calculator' shipweight=input ('Please Enter the Weight of the Item You Wish To Ship: ') def … | |
Re: py2exe = Create executables nsis or inno = create setups Just google for and crawler for their home pages, download them learn them and use them! If you need $ based go for installshield Steve | |
Re: Just use Unicode version if you are not sure of what you are doing! | |
Re: Yah, I agree. I think you can make a module of all errors in your program and then import the module and just call them as you call a wx.Button or others. Just my 2cents ! | |
Re: try wx.python and there is timer called wx.Timer for your timming | |
Re: windows is operating system; The mother program that manages all other softwares and resources. The rest of sotwares are application; which task is to help you specific task. Operating system includes window (Win 95, 2000, XP 2003 and Vista) by Microsoft, Mac OSX by Mac, Various Linux like ubuntu! So … | |
Re: If the event works to disable ListCtrl, then it fails to disable, I guess that might be due to no special reference. I mean that when you disable it you need reference to that item so as using that reference, you can enable it again. BTW are you calling the … | |
Re: Just try Wing IDE from [url]www.wingware.com[/url] use 101 version, also eclipse IDE here at [url]www.eclipse.org[/url] and get pydev plugin for python support, also Netbeans IDE here at [url]www.netbeans.org[/url] and get its python support at [url]www.nbpython.dev.java.com[/url]. Or you can go for drpython, pyscripter, and all other IDE stuffs. They will help … | |
Re: Hello Dinil, I think the problem might be with assigning the same variable to two sizers: [QUOTE] hsizer2 = wx.BoxSizer(wx.HORIZONTAL) hsizer2 = wx.FlexGridSizer(cols=1, hgap=5, vgap=5) [/QUOTE] Remove The Flexible Sizer and leave Box Sizer an see what it does! Steve | |
Re: Don't forget to mark solved and don't forget to add Reputation: to Freaky_Chris All after you are sure everything is solved | |
Hello guys, I'm trying to make a program that will : at startup it will give you login Dialog which will connect to database. Then it will bring Main window displaying tables. Then I have Another dialog to do some editing of Tables. Here are my two Questions: Is it … | |
Re: I'm using wxPython and I love it! If you want to see Go to [url]www.wxpython.org[/url] and if you will love it you might consider to go here at [url]www.zetcode.com[/url] I hope that will be a good start! Steve | |
Hello All, I now learn Python and would slowly want to learn C++. I got little brushing on C++ very long ago and was very introduction and I know C++ is harder than Python. Can somebody point some good tutorials, IDEs and free books around the Net? Very newbie worried … | |
Can somebody tell me how to do bolding and Italicizing plus underlining I have just started getting serious after long time "milk drinking", now I want to eat solid food. Thanks all, Steve [ICODE] import wx ID_EXIT =100 ID_BOLD = 101 ID_ITALIC = 102 ID_UNDERLINE = 103 ID_TEXT = 104 … | |
Re: To merge two partition, All you need is Gparted. It worked for me many times. I have no time to Link you (may be someone will do). Just Google Gparted, download image and burn on cd. Boot with it, There you Go! | |
Re: Put your code in code tags my friend! That [#CODE = python] Your code from editor/IDE is pasted here [#/CODE] Remove harsh in Tags | |
Re: import module define class initialize that class define funcions in the class use them That is sequence I can guess of these classes, Not geek though | |
Re: Is Main a custom module or just inbuilt module? I think you have to check if it is custom and check how to import custom module if it is! Don't think it will help alot for I have note trie d before Steve | |
Re: [url]www.pygame.org[/url] It is GUI module specific for python games. Their big goal is to dethrone C/C++ from kingship of gaming programming! Just go and take some examples.ready to go! Steve | |
Re: Is it solved? If yes then don't hesitate to mark it solved! Have good time with py! | |
Re: I think Paul is right but cannot give 100% vote until I test it! If you post simple piece of code, it will be easy to play with code and re-post it modified; but if your codes are not closed source anyway! | |
I want to subclass My App and I hit the wall. If I don't subclass it works! WHAT IS WRONG HERE???? [ICODE] import wx ID_NEW = 10 ID_OPEN = 11 ID_CLOSE = 12 ID_SAVE = 13 ID_SAVE_AS = 14 ID_PAGE_SETUP = 15 ID_PRINT_PREVIEW = 16 ID_PRINT = 17 ID_EXIT = … |
The End.