[Github-comments] [geany/geany] Error with compiling Pascal code on Geany (#1345)

Matthew Brush notifications at xxxxx
Wed Dec 21 20:12:29 UTC 2016


If the file has the `.py` extension (`hello.py` in your case) it will be detected as a Python script rather than a Pascal file. It's trying to compile the Pascal code using the Python compiler/interpreter.

You should rename the file to use a Pascal file extension like `.pas` and/or change the filetype using `Document->Set Filetype->Programming Languages->Pascal source file`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1345#issuecomment-268626888
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161221/27693bf5/attachment.html>


More information about the Github-comments mailing list