parsing - How to load the Python Parser in Pharo Smalltalk? -
what proper way load pythonparser project in pharo 3.0? current configuration broken following message:
the symbolic version #stable not defined in configurationofpythonparser current platform. possible symbolic version values include: #(#bleedingedge #development)
i'm looking python parser can used in smalltalk , give me access line , file informations each artefact of analysed code.
the error seeing means configuration hasn't been prepared 3.0 , project not work without errors (though it's possible work more or less). can force load latest code using #bleedingedge
have aware loading of dependencies might fail same reason (which require hack configuration; that's don't want if you're not familiar configurations). try this:
(configurationofpythonparser project version: #bleedingedge) load.
Comments
Post a Comment