Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Create a Debian package from ROS application /pyc file

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
mros
Posts: 1
Joined: 2022-05-09 10:58

Create a Debian package from ROS application /pyc file

#1 Post by mros »

Hi all,
It is possible to create a Debian package from ROS application and pyc file, please?
In fact, I already generated a Debian package with a python script (py), but when I tried with pyc file, it does not work.

user6c57b8
Posts: 19
Joined: 2022-05-31 16:19
Has thanked: 5 times

Re: Create a Debian package from ROS application /pyc file

#2 Post by user6c57b8 »

mros wrote: ...but when I tried with pyc file, it does not work.
Dang that is very descriptive (of the error message/output). lol. I'll just assume that it outputs nothing.


I'm 13-38%confused how .pyc files I work. I'm pretty sure they're "compiled" python programs.
Is the .pyc file necessary?
Could you use text .py files?
At least that way if you have a problem you can just edit the .py file where ever the error/warning message is if you get one.

Post Reply