| Summary: | Syntax error parsing modules without a trailing newline | ||
|---|---|---|---|
| Product: | [Technology] DLTK | Reporter: | Alexander Lamaison <forums> |
| Component: | Python | Assignee: | dltk.python-inbox <dltk.python-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | andrei.sobolev, mcepl, nobody |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Alexander Lamaison
hi i am a newbie here with good knowledge of parsing and tokenizing If anyone can tell me how to fetch repository of DTLK python or even link of this repository I will try to debug this bug thanks in advance I m getting below error fatal: http://dev.eclipse.org/org.eclipse.dltk/org.eclipse.dltk.git/info/refs not found: did you run git update-server-info on the server? trying to figure out . Hi DLTK is still use CVS. Please use following URL: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology and checkout module: org.eclipse.dltk. Python are in python/plugins. Best regards, Andrey. Just to note that there is now https://gitorious.org/various-small-stuff/eclipse-dltk , but it is just one run of git-cvsimport, no QA was done, so no guarantee that some commits are not missing, etc. I was anyhow able to fetch source code of dtlk . Now for compilation and testing should i make a plug in development project and use the downloaded source in python folder inside dtlk or i should do something else . Just to note, there is a patch in bug 201506 for Python DLTK, if you are able to apply, it would be awesome. Python support has been removed |