http://bugs.winehq.org/show_bug.cgi?id=13469 --- Comment #4 from Simone Tregnago <simonetregnago(a)grivaonline.com> 2008-05-29 04:02:54 --- verified with Python 2.5.2 in wine-1.0-rc2. Using the webbrowser module a similar problem appears when using long urls. You can verify that in this way: wine python
import webbrowser
with a short url all goes well:
webbrowser.open("www.google.it") True
with a long url we get troubles:
webbrowser.open("http://www.google.it"*50) err:exec:dde_connect Argify buffer not large enough, truncated err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\"" True err:winebrowser:wmain Usage: winebrowser URL
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.