Re: Problem with NVDA addon porting
Re: Problem with NVDA addon porting OK, I will. Thgank you... URL: https://forum.audiogames.net/post/487870/#p487870 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
Re: Problem with NVDA addon porting
Re: Problem with NVDA addon porting Yep, thats one of the things NVDA changed recently. I'd recommend to either let the original author port the add-on or hand it over to the NVDA community to do it for you, since you obviously don't know how to handle NVDA add-ons or Python whatsoever. The NVDA release notes describe pretty much all developers of add-ons need to know when they need to port over add-ons from earlier NVDA versions to the newest one, so go and check that one out if you so wish. URL: https://forum.audiogames.net/post/487868/#p487868 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
Re: Problem with NVDA addon porting
Re: Problem with NVDA addon porting I am porting a synthesiser addon from Py2 to Py3. Now I have another error, saying that numbers_pl has no attribute of SynthDriver. URL: https://forum.audiogames.net/post/487824/#p487824 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
Re: Problem with NVDA addon porting
Re: Problem with NVDA addon porting It might be a problem of porting from Python 2 to Python 3, since NVDA 2019.3 uses Python 3 now. Some modules were renamed in Python 3, and NVDA removed some old modules/classes/functions or at least renamed them internally. Without more information, we'll deffinitely not be able to help you. URL: https://forum.audiogames.net/post/487792/#p487792 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
Re: Problem with NVDA addon porting
Re: Problem with NVDA addon porting Hm, a few questions: In what way are you porting the addon? What are you porting it to? Is it from another language to python? What does the addon do, or supposed to do? Whilst i'm familiar with Python, I haven't played around with NVDA addons a whole lot, so asking on the NVDA mailing list may also be a good place to check out, as there are people there who may be more familiar with writing and integrating addons with NVDA.As to why it can't find the module, it could most likely be a pathing issue. In what way are you trying to load the addon? In python or in NVDA? URL: https://forum.audiogames.net/post/487784/#p487784 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector