project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

python 3.x compatibility #100

Closed laroque closed 7 years ago

laroque commented 9 years ago

It would be great if we could officially support python 3. Ideally we'll support both or even give up python 2 and just run in 3. Before we can do that there needs to be some pretty extensive testing of all the components. In particular to make sure we're not using list methods on the output of functions that now return generators (eg. the dpph_scan tries to sort(zip(data_list_1, data_list_2)) which fails).

guiguem commented 7 years ago

This issue was moved to project8/dripline-python#1