Re: I got confused in python

2016-12-26 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I got confused in python Hmm, i'm not sure. It could be a linking issue, or maybe a 32/64 bit issue. Here's a simple wxpython hello world script, if that doesn't work you could try reinstalling wxpython.import wx app = wx.App(redirect=True) top = wx.Frame(None, title="Hello

Re: I got confused in python

2016-12-25 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python I did thesame. And wx is installed in my site-packages folder. URL: http://forum.audiogames.net/viewtopic.php?pid=290939#p290939 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: I got confused in python

2016-12-24 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I got confused in python Is that how you spell it exactly? The issue could be capitalization, along with spacing and spelling Python is also capitalization sensative. So you'd have to write wx.App() with a capital A, same with wx.Frame with a capital F. Some libraries have more

Re: I got confused in python

2016-12-24 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python Right, But i really cannot understand this problem. Most of the libraries that i install, Not most of them, But some of them like this, wxpython, steel or pyttsx, Seams they do not install well into my PC. You know what, For example when i use:app=wx.app

Re: I got confused in python

2016-12-24 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I got confused in python Ah, I don't have any experience using Tolk so can't help much there, although pyttsx and accessible_audio2 are also good for TTS output. Wxpython does seem to be good for gui applications and is screen reader accessible, although i'm still workinbg my way

Re: I got confused in python

2016-12-23 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python Tolk is a thing which allows the screen reader to speak something. And that other dll was called shareit.BTW? Which library can i use to program accessible gui applications?tkinter is not accessible, I haven't try WX python yet, But i think i have it installed

Re: I got confused in python

2016-12-23 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I got confused in python I'm not familiar with Tolk, it appears to be translation software? I'm not sure what it may be doing, which DLL's are it not loading?Python has two major branches, version 2.7, and version 3.5.  Due to some changes when version 3 was made it broke compatibility

Re: I got confused in python

2016-12-23 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python Thanks a lot, That was really helpful. But the thing is i'm trying to use tolk with the example you gave me, But i get an error, when tolk wanna load the dll. It says %1 is not a valid win32 application. I got this error for another dll loading too. Should i

Re: I got confused in python

2016-12-22 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python Well, I have enough experience to work with a simple library, But the thing is there are not any tutorials for most of the libraries. I just could find a very small one for pygame, In it's docks folder, and of course, I could get it to work a bit

Re: I got confused in python

2016-12-22 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I got confused in python Well, I have enough experience to work with a smiple library, But the thing is there are not any tutorials for most of the library. I just could find a very small one for pygame, In it's docks folder, and of course, I could get it to work a bit

Re: I got confused in python

2016-12-21 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I got confused in python How much experience do you have with Python overall? I wouldn't recommend using peoples engines or learning API's just yet if you don't have a good understanding of the fundamentals. Having said that I can try and answer your questions and offer what assistance

I got confused in python

2016-12-21 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
I got confused in python Hi all. Well i am trying, really trying to learn python for a long time, But each time i tryed use an example i lost the battle Lol. I really cannot understand it. For example, People here making requirements.txt files, to use with pip, But those files also does