Showing results 1 to 40 of 358
Search took 0.02 seconds.
Posts Made By: evstevemd
Forum: Python 20 Hours Ago
Replies: 3
Views: 92
Posted By evstevemd
Re: Lame_enc.DLL any way to use it with python???

Ok I found this Documentation for the DLL:
http://openinnowhere.sourceforge.net/lameonj/LameDLLInterface.htm

Then I cannot figure out how to access those functions using ctypes, anyone to help??
Forum: Windows Vista 1 Day Ago
Replies: 8
Views: 10,710
Posted By evstevemd
Re: Vista freeze ups/lock ups,weird behavior HELP!!!!

I have Vista Home Prem and HP Notebook, have got No Problem.
What error does it give?
Forum: Windows Vista 1 Day Ago
Replies: 3
Views: 80
Posted By evstevemd
Re: Help writting small Progam

Welcome to Python forum
If 100% New to Programming start here:
www.python.org
Forum: Windows Vista 1 Day Ago
Replies: 3
Views: 80
Posted By evstevemd
Re: Help writting small Progam

Python Forum:
http://www.daniweb.com/forums/forum114.html
Forum: Windows Vista 1 Day Ago
Replies: 10
Views: 181
Posted By evstevemd
Re: Vista and Firefox

I use Firefox, and that used to Bother ME.
Solution: Upate to the latest Firefox. I think they got it fixed!
Forum: Python 1 Day Ago
Replies: 4
Views: 104
Posted By evstevemd
Re: Classes vs Functions

+1 for Paul & Vega
Forum: Python 1 Day Ago
Replies: 1
Views: 76
Posted By evstevemd
Re: Python executable trouble

I have not used it, But I know pyInstall exists
Forum: Python 1 Day Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

www.zetcode.com
Bodnar is good teacher. Read and will tell!
Forum: Python 2 Days Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

Let us go back to the topic:
QT GUYS, PSE HELP PROVIDING LINKS FOR GUY TO LEARN
Anyway have you tried docs at pyQT web?
Forum: Python 2 Days Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

Ok Go for it! All blessings but for me, I'll stick with my beautiful wxpython! lol:
Forum: C++ 2 Days Ago
Replies: 5
Views: 113
Posted By evstevemd
Re: Free safe DLL to play with

Thanks sir,
I'm not pushy, as you perceive, The problem is I get ignored. Ok I sometime wait couple of days with no one even saying anything, not necesarily answer.

Thanks alot, sorry if I stumbled...
Forum: Python 2 Days Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

who said wxpy is hard? Theonly draw back I find in wxpy contrasted to Tkinter is poor docs

Otherwise thing are easier lol:
Forum: Python 2 Days Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

No, but from what I know you need to disclose your code. What If you want to code commercial app for somebody? Will he allow you to disclose it?

That licence isn't good compared to wxpy or TkInter....
Forum: Python 2 Days Ago
Replies: 20
Views: 898
Posted By evstevemd
Re: learn pyqt

I despised QT the first day I read their licence. If you need to be serious without Lic snags just go for wxpython. I dont despise TKinter nor undermine PyGTK. The reason is, I learned wxpython and...
Forum: Python 2 Days Ago
Replies: 0
Views: 71
Posted By evstevemd
Which gui toolkit and why??

As simple as question is;
What GUI toolkit do you use and why? Why didn't you used the rest?
Here are GUIs I know of:

TkInter
PyQT
PyGTK
Wxpython
Forum: C++ 3 Days Ago
Replies: 5
Views: 113
Posted By evstevemd
Re: Free safe DLL to play with

Sorry I didn't knew that it is not clear. But again I need somebody to say it so that I can make it clear. Anyway, a binding to language is Module that enables you to use another library from...
Forum: IT Professionals' Lounge 3 Days Ago
Replies: 4
Views: 65
Posted By evstevemd
Re: MS Access

As JBenett have done
Forum: C++ 3 Days Ago
Replies: 5
Views: 113
Posted By evstevemd
Re: Free safe DLL to play with

I wonder why my Question get ignored. I know C++ Guys do alot of Funny with DLLs but I don't know if they are unwilling or just too busy to answer my questions!
Forum: IT Professionals' Lounge 3 Days Ago
Replies: 4
Views: 65
Posted By evstevemd
Re: MS Access

Here we have alot of people with diff background! Just post your question and the one who have something to say will say

Welcome to Daniweb!!!
Forum: IT Professionals' Lounge 3 Days Ago
Replies: 76
Views: 7,537
Posted By evstevemd
Re: Where are you guys from?

INDIA HITS, I acknowledge that!
Anyone from East Africa??

I'm I alone from Tanzania???
Forum: Windows Vista 3 Days Ago
Replies: 1
Views: 44
Posted By evstevemd
Re: VISTA Wireless Network.

What type of Laptop it is? I have Laptop and it Automatically detect network. All I have to tell is CONNECT the net of my choice

Does it have built in Wireless MODEM??
Forum: Python 3 Days Ago
Replies: 3
Views: 73
Posted By evstevemd
Re: Gathering Wxpy widgets

import wx
class MainWindow(wx.Frame):
def __init__(self, parent, id, title):
wx.Frame.__init__(self, parent, id, title)
# make a panel
mpanel = wx.Panel(self, -1)
...
Forum: Python 3 Days Ago
Replies: 3
Views: 73
Posted By evstevemd
Re: Gathering Wxpy widgets

I forgot to say that, that is a part of code; May be I have to post full code!
Forum: C++ 4 Days Ago
Replies: 5
Views: 113
Posted By evstevemd
Free safe DLL to play with

Hello Developers!
I have been searching for long lame binding for python and have no way but need to learn ctypes to use lame_enc.DLL. For Now I need simple DLL with simple functions to play...
Forum: Python 4 Days Ago
Replies: 3
Views: 73
Posted By evstevemd
Gathering Wxpy widgets

I have code but when I want to gather my widgets under same wx.StaticBox I fail. I wonder what is wrong! Please someone to corrrect me!



#Add static box to hold related...
Forum: Python 4 Days Ago
Replies: 3
Views: 92
Posted By evstevemd
Re: Lame_enc.DLL any way to use it with python???

Can you give an example as simple start?
Forum: C++ 4 Days Ago
Replies: 0
Views: 47
Posted By evstevemd
lame_enc.dll, WMA8Connect.dll, and CDRip.DLL API??

Hello all,
greetings
I wonder where I can get API for afore mentioned DLL files? I need to use them in small app for personal exercises and needs API docs

Also would like to know if there is anyone...
Forum: Python 5 Days Ago
Replies: 3
Views: 116
Posted By evstevemd
Re: (HELP) wxPython: Update other panels from event triggered in another panel

try this!
http://www.daniweb.com/forums/thread156660.html
Forum: Python 5 Days Ago
Replies: 3
Views: 92
Posted By evstevemd
Lame_enc.DLL any way to use it with python???

Hello All
Greetings
I want to use Lame enc windows DLL procedures. I'm not very dipped in DLL things but it is that I want to use it in my Encoder. Any way can I use it in python?? Also Any...
Forum: Python 5 Days Ago
Replies: 5
Views: 181
Posted By evstevemd
Re: Python bindings fo lame!

Since No answer, I assume no body here can help

I have made new thread asking same question in new way
Forum: C 6 Days Ago
Replies: 3
Views: 108
Posted By evstevemd
Re: HELP!!

This is easy question to C/C++ guys if you posted at their forums.
In python it is as simple as
open("filename.extensin", "mode")
for example f = open("assignment.tx", "r")
Forum: Python 6 Days Ago
Replies: 5
Views: 153
Posted By evstevemd
Re: StyledTextCtrl - Examples?

Have you visited Paulthom Website?
I have Idea. I will PM you !
See you,
Don't give up! wxpython is best IMHO, and docs should not stop you. QT could be option but $$$$ are barrier
Forum: Python 6 Days Ago
Replies: 9
Views: 168
Posted By evstevemd
Re: Pay system

Dear Feenix45,
The best way is to enclose the code in bracket to maintain the
Indentation which is vita important. Just wrap your code tags


Is this what you originally wrote??
Is your application...
Forum: Python 6 Days Ago
Replies: 14
Views: 292
Posted By evstevemd
Forum: C++ 6 Days Ago
Replies: 9
Views: 172
Posted By evstevemd
Re: Py Lame????

I assume no one can answer and even help me. Only one guy!

Thanks anyway
Forum: Python 7 Days Ago
Replies: 5
Views: 153
Posted By evstevemd
Re: StyledTextCtrl - Examples?

The problem I also face with wxpython is few examples. People of Daniweb are at least doing it. There are many free Python books but none for wxpython. The Only resources I use are wxpython API,...
Forum: IT Professionals' Lounge 7 Days Ago
Replies: 6
Views: 223
Posted By evstevemd
Forum: Python 7 Days Ago
Replies: 5
Views: 153
Posted By evstevemd
Forum: Python 7 Days Ago
Replies: 14
Views: 292
Posted By evstevemd
Re: adding a menu collapses whole app

Sorry, I forgot (I actually didn't knew it was not there) to attach your panel to whole layout
Here is rectified code
Enjoy!



import wx, os
Forum: PHP 7 Days Ago
Replies: 0
Views: 70
Posted By evstevemd
PHPBB3 on the side of site??

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...
Showing results 1 to 40 of 358

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:30 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC