Hi,

Server side code starts smoothly, but I receive exception when starting 
client side
sample application. Did I missed something? I use pylons 0.9.7.

 File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dControlMixin.py", 
line 27, in _onWxHit
    self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
  File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 
949, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
**kwargs)
  File "C:\Python25\lib\site-packages\dabo\lib\eventMixin.py", line 93, 
in raiseEvent
    bindingFunction(event)
  File "c:\docume~1\jacek\ustawi~1\temp\tmpvoeug0.py", line 384, in onHit
    self.Form.runSelection()
  File "c:\docume~1\jacek\ustawi~1\temp\tmpvoeug0.py", line 332, in 
runSelection
    self._runApp(app)
  File "c:\docume~1\jacek\ustawi~1\temp\tmpvoeug0.py", line 231, in _runApp
    appdir = self._proxy.syncFiles(path)
  File "C:\Python25\lib\site-packages\dabo\lib\RemoteConnector.py", line 
249, in syncFiles
    res = self.UrlOpener.open(url, data=prm)
  File "C:\Python25\lib\urllib2.py", line 381, in open
    response = self._open(req, data)
  File "C:\Python25\lib\urllib2.py", line 399, in _open
    '_open', req)
  File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "C:\Python25\lib\urllib2.py", line 1107, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\Python25\lib\urllib2.py", line 1064, in do_open
    h = http_class(host) # will parse host:port
  File "C:\Python25\lib\httplib.py", line 639, in __init__
    self._set_hostport(host, port)
  File "C:\Python25\lib\httplib.py", line 651, in _set_hostport
    raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
httplib.InvalidURL: nonnumeric port: '5000\manifest\people\diff'

-- 
Regards
Jacek Kałucki



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to