rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

codegen.py fails with non-system default python #5

Closed darthsuogles closed 9 years ago

darthsuogles commented 9 years ago

In the file codegen.py the first line reads "#!/usr/bin/python"

This will cause build failure using a non-system default python. Suggested to change into "#!/usr/bin/env python"

simonmacmullen commented 9 years ago

Good point. Resolved here: http://hg.rabbitmq.com/rabbitmq-amqp1.0/rev/024bdf4e2256 Thanks!